#CA6873

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

Shades of Cabaret #CA6873

Tints of Cabaret #CA6873

Color information

#CA6873 (or 0xCA6873) is unknown color: approx Cabaret. HEX triplet: CA, 68 and 73. RGB value is (202,104,115). Sum of RGB (Red+Green+Blue) = 202+104+115=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6873 is #35978C. Grayscale: #868686. Windows color (decimal): -3512205 or 7563466. OLE color: 7563466.

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

Color convert

RGB202104115-
CMYK00.490.430.21
HSL353.27º48.04%60%-
HSV(B)353.27º48.51%79.22%-
XYZ32.423.6919.09-
YUV134.56116.97176.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=47.98%
G=24.70%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210411500.490.430.21353.2748.0460
HexCA68730312B15161303c
Octal31215016306153255416074
Binary1100101011010001110011011000110101110101101100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6873; }

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

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

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

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

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

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

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

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