#CA5672

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

Shades of Cabaret #CA5672

Tints of Cabaret #CA5672

Color information

#CA5672 (or 0xCA5672) is unknown color: approx Cabaret. HEX triplet: CA, 56 and 72. RGB value is (202,86,114). Sum of RGB (Red+Green+Blue) = 202+86+114=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5672 is #35A98D. Grayscale: #7B7B7B. Windows color (decimal): -3516814 or 7493322. OLE color: 7493322.

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

Color convert

RGB20286114-
CMYK00.570.440.21
HSL345.52º52.25%56.47%-
HSV(B)345.52º57.43%79.22%-
XYZ30.7220.4318.24-
YUV123.88122.43183.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=50.25%
G=21.39%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028611400.570.440.21345.5252.2556.47
HexCA56720392C1515a3438
Octal31212616207154255326470
Binary1100101010101101110010011100110110010101101011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5672; }

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

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

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

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

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

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

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

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