#CA6872

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

Shades of Cabaret #CA6872

Tints of Cabaret #CA6872

Color information

#CA6872 (or 0xCA6872) is unknown color: approx Cabaret. HEX triplet: CA, 68 and 72. RGB value is (202,104,114). Sum of RGB (Red+Green+Blue) = 202+104+114=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6872 is #35978D. Grayscale: #868686. Windows color (decimal): -3512206 or 7497930. OLE color: 7497930.

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

Color convert

RGB202104114-
CMYK00.490.440.21
HSL353.88º48.04%60%-
HSV(B)353.88º48.51%79.22%-
XYZ32.3423.6718.78-
YUV134.44116.47176.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=48.10%
G=24.76%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210411400.490.440.21353.8848.0460
HexCA68720312C15162303c
Octal31215016206154255426074
Binary1100101011010001110010011000110110010101101100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6872; }

 p { color: rgb(202,104,114); }

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

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

 a { background-color: rgb(202,104,114); }

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

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

 span { border-color: rgb(202,104,114); }

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