#CA4D67

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

Shades of Cabaret #CA4D67

Tints of Cabaret #CA4D67

Color information

#CA4D67 (or 0xCA4D67) is unknown color: approx Cabaret. HEX triplet: CA, 4D and 67. RGB value is (202,77,103). Sum of RGB (Red+Green+Blue) = 202+77+103=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D67 is #35B298. Grayscale: #757575. Windows color (decimal): -3519129 or 6770122. OLE color: 6770122.

HSL color Cylindrical-coordinate representation of color #CA4D67: hue angle of 347.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D67 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20277103-
CMYK00.620.490.21
HSL347.52º54.11%54.71%-
HSV(B)347.52º61.88%79.22%-
XYZ29.4618.8414.92-
YUV117.34119.91188.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=52.88%
G=20.16%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027710300.620.490.21347.5254.1154.71
HexCA4D6703E311515c3637
Octal31211514707661255346667
Binary1100101010011011100111011111011000110101101011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D67; }

 p { color: rgb(202,77,103); }

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

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

 a { background-color: rgb(202,77,103); }

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

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

 span { border-color: rgb(202,77,103); }

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