#CA6579

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

Shades of Cabaret #CA6579

Tints of Cabaret #CA6579

Color information

#CA6579 (or 0xCA6579) is unknown color: approx Cabaret. HEX triplet: CA, 65 and 79. RGB value is (202,101,121). Sum of RGB (Red+Green+Blue) = 202+101+121=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6579 is #359A86. Grayscale: #858585. Windows color (decimal): -3512967 or 7955914. OLE color: 7955914.

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

Color convert

RGB202101121-
CMYK00.500.400.21
HSL348.12º48.79%59.41%-
HSV(B)348.12º50%79.22%-
XYZ32.4623.2420.86-
YUV133.48120.96176.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=47.64%
G=23.82%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210112100.500.400.21348.1248.7959.41
HexCA6579032281515c313b
Octal31214517106250255346173
Binary1100101011001011111001011001010100010101101011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6579; }

 p { color: rgb(202,101,121); }

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

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

 a { background-color: rgb(202,101,121); }

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

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

 span { border-color: rgb(202,101,121); }

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