#C84F64

Color #C84F64 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C84F64

Tints of Cabaret #C84F64

Color information

#C84F64 (or 0xC84F64) is unknown color: approx Cabaret. HEX triplet: C8, 4F and 64. RGB value is (200,79,100). Sum of RGB (Red+Green+Blue) = 200+79+100=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F64 is #37B09B. Grayscale: #757575. Windows color (decimal): -3649692 or 6574024. OLE color: 6574024.

HSL color Cylindrical-coordinate representation of color #C84F64: hue angle of 349.59º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F64 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB20079100-
CMYK00.600.50.22
HSL349.59º52.38%54.71%-
HSV(B)349.59º60.5%78.43%-
XYZ28.9218.7914.16-
YUV117.57118.09186.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=52.77%
G=20.84%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007910000.600.50.22349.5952.3854.71
HexC84F6403C321615e3437
Octal31011714407462265366467
Binary1100100010011111100100011110011001010110101011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84F64; }

 p { color: rgb(200,79,100); }

 H1.HeaderClassName
 {
   color: #C84F64;
 }
 .AnyTagClassName
 {
   color: #C84F64;
 }
</style>
background-color css

<style>
 a { background-color: #C84F64; }

 a { background-color: rgb(200,79,100); }

 div.DivClassName
 {
   background-color: #C84F64;
 }
 .BgClassName
 {
   background-color: #C84F64;
 }
</style>
border-color css

<style>
 span { border-color: #C84F64; }

 span { border-color: rgb(200,79,100); }

 td.TdClassName
 {
   border-color: #C84F64;
 }
 .TagClassName
 {
   border-color: #C84F64;
 }
</style>