#CA4169

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

Shades of Cabaret #CA4169

Tints of Cabaret #CA4169

Color information

#CA4169 (or 0xCA4169) is unknown color: approx Cabaret. HEX triplet: CA, 41 and 69. RGB value is (202,65,105). Sum of RGB (Red+Green+Blue) = 202+65+105=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4169 is #35BE96. Grayscale: #6E6E6E. Windows color (decimal): -3522199 or 6898122. OLE color: 6898122.

HSL color Cylindrical-coordinate representation of color #CA4169: hue angle of 342.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4169 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20265105-
CMYK00.680.480.21
HSL342.48º56.38%52.35%-
HSV(B)342.48º67.82%79.22%-
XYZ28.817.3615.2-
YUV110.52124.89193.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=54.30%
G=17.47%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026510500.680.480.21342.4856.3852.35
HexCA416904430151563834
Octal312101151010460255267064
Binary11001010100000111010010100010011000010101101010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4169; }

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

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

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

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

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

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

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

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