#CA4669

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

Shades of Cabaret #CA4669

Tints of Cabaret #CA4669

Color information

#CA4669 (or 0xCA4669) is unknown color: approx Cabaret. HEX triplet: CA, 46 and 69. RGB value is (202,70,105). Sum of RGB (Red+Green+Blue) = 202+70+105=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4669 is #35B996. Grayscale: #717171. Windows color (decimal): -3520919 or 6899402. OLE color: 6899402.

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

Color convert

RGB20270105-
CMYK00.650.480.21
HSL344.09º55.46%53.33%-
HSV(B)344.09º65.35%79.22%-
XYZ29.117.9615.3-
YUV113.46123.23191.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=53.58%
G=18.57%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027010500.650.480.21344.0955.4653.33
HexCA466904130151583735
Octal312106151010160255306765
Binary11001010100011011010010100000111000010101101011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4669; }

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

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

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

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

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

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

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

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