#CA4D6A

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

Shades of Cabaret #CA4D6A

Tints of Cabaret #CA4D6A

Color information

#CA4D6A (or 0xCA4D6A) is unknown color: approx Cabaret. HEX triplet: CA, 4D and 6A. RGB value is (202,77,106). Sum of RGB (Red+Green+Blue) = 202+77+106=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D6A is #35B295. Grayscale: #757575. Windows color (decimal): -3519126 or 6966730. OLE color: 6966730.

HSL color Cylindrical-coordinate representation of color #CA4D6A: hue angle of 346.08º 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 #CA4D6A is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20277106-
CMYK00.620.480.21
HSL346.08º54.11%54.71%-
HSV(B)346.08º61.88%79.22%-
XYZ29.6118.915.72-
YUV117.68121.41188.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=52.47%
G=20%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027710600.620.480.21346.0854.1154.71
HexCA4D6A03E301515a3637
Octal31211515207660255326667
Binary1100101010011011101010011111011000010101101011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D6A; }

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

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

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

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

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

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

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

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