#CA4E6B

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

Shades of Cabaret #CA4E6B

Tints of Cabaret #CA4E6B

Color information

#CA4E6B (or 0xCA4E6B) is unknown color: approx Cabaret. HEX triplet: CA, 4E and 6B. RGB value is (202,78,107). Sum of RGB (Red+Green+Blue) = 202+78+107=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E6B is #35B194. Grayscale: #767676. Windows color (decimal): -3518869 or 7032522. OLE color: 7032522.

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

Color convert

RGB20278107-
CMYK00.610.470.21
HSL345.97º53.91%54.9%-
HSV(B)345.97º61.39%79.22%-
XYZ29.7419.0716.02-
YUV118.38121.58187.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=52.20%
G=20.16%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027810700.610.470.21345.9753.9154.9
HexCA4E6B03D2F1515a3637
Octal31211615307557255326667
Binary1100101010011101101011011110110111110101101011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4E6B; }

 p { color: rgb(202,78,107); }

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

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

 a { background-color: rgb(202,78,107); }

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

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

 span { border-color: rgb(202,78,107); }

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