#CA6474

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

Shades of Cabaret #CA6474

Tints of Cabaret #CA6474

Color information

#CA6474 (or 0xCA6474) is unknown color: approx Cabaret. HEX triplet: CA, 64 and 74. RGB value is (202,100,116). Sum of RGB (Red+Green+Blue) = 202+100+116=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6474 is #359B8B. Grayscale: #848484. Windows color (decimal): -3513228 or 7627978. OLE color: 7627978.

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

Color convert

RGB202100116-
CMYK00.500.430.21
HSL350.59º49.04%59.22%-
HSV(B)350.59º50.5%79.22%-
XYZ32.0722.9319.26-
YUV132.32118.79177.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=48.33%
G=23.92%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210011600.500.430.21350.5949.0459.22
HexCA64740322B1515f313b
Octal31214416406253255376173
Binary1100101011001001110100011001010101110101101011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6474; }

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

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

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

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

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

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

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

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