#CA6469

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

Shades of Cabaret #CA6469

Tints of Cabaret #CA6469

Color information

#CA6469 (or 0xCA6469) is unknown color: approx Cabaret. HEX triplet: CA, 64 and 69. RGB value is (202,100,105). Sum of RGB (Red+Green+Blue) = 202+100+105=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6469 is #359B96. Grayscale: #838383. Windows color (decimal): -3513239 or 6907082. OLE color: 6907082.

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

Color convert

RGB202100105-
CMYK00.500.480.21
HSL357.06º49.04%59.22%-
HSV(B)357.06º50.5%79.22%-
XYZ31.4622.6916.09-
YUV131.07113.29178.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=49.63%
G=24.57%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210010500.500.480.21357.0649.0459.22
HexCA64690323015165313b
Octal31214415106260255456173
Binary1100101011001001101001011001011000010101101100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6469; }

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

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

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

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

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

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

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

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