#CA6169

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

Shades of Cabaret #CA6169

Tints of Cabaret #CA6169

Color information

#CA6169 (or 0xCA6169) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 69. RGB value is (202,97,105). Sum of RGB (Red+Green+Blue) = 202+97+105=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6169 is #359E96. Grayscale: #818181. Windows color (decimal): -3514007 or 6906314. OLE color: 6906314.

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

Color convert

RGB20297105-
CMYK00.520.480.21
HSL355.43º49.76%58.63%-
HSV(B)355.43º51.98%79.22%-
XYZ31.1822.1315.99-
YUV129.31114.29179.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=50%
G=24.01%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029710500.520.480.21355.4349.7658.63
HexCA61690343015163323b
Octal31214115106460255436273
Binary1100101011000011101001011010011000010101101100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6169; }

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

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

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

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

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

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

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

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