#CA6679

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

Shades of Cabaret #CA6679

Tints of Cabaret #CA6679

Color information

#CA6679 (or 0xCA6679) is unknown color: approx Cabaret. HEX triplet: CA, 66 and 79. RGB value is (202,102,121). Sum of RGB (Red+Green+Blue) = 202+102+121=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6679 is #359986. Grayscale: #868686. Windows color (decimal): -3512711 or 7956170. OLE color: 7956170.

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

Color convert

RGB202102121-
CMYK00.500.400.21
HSL348.6º48.54%59.61%-
HSV(B)348.6º49.5%79.22%-
XYZ32.5623.4420.9-
YUV134.07120.63176.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=47.53%
G=24%
B=28.47%

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
Decimal20210212100.500.400.21348.648.5459.61
HexCA6679032281515d313c
Octal31214617106250255356174
Binary1100101011001101111001011001010100010101101011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6679; }

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

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

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

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

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

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

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

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