#CA4666

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

Shades of Cabaret #CA4666

Tints of Cabaret #CA4666

Color information

#CA4666 (or 0xCA4666) is unknown color: approx Cabaret. HEX triplet: CA, 46 and 66. RGB value is (202,70,102). Sum of RGB (Red+Green+Blue) = 202+70+102=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4666 is #35B999. Grayscale: #717171. Windows color (decimal): -3520922 or 6702794. OLE color: 6702794.

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

Color convert

RGB20270102-
CMYK00.650.500.21
HSL345.45º55.46%53.33%-
HSV(B)345.45º65.35%79.22%-
XYZ28.9517.914.5-
YUV113.12121.73191.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=54.01%
G=18.72%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027010200.650.500.21345.4555.4653.33
HexCA466604132151593735
Octal312106146010162255316765
Binary11001010100011011001100100000111001010101101011001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4666; }

 p { color: rgb(202,70,102); }

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

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

 a { background-color: rgb(202,70,102); }

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

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

 span { border-color: rgb(202,70,102); }

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