#CA4672

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

Shades of Cabaret #CA4672

Tints of Cabaret #CA4672

Color information

#CA4672 (or 0xCA4672) is unknown color: approx Cabaret. HEX triplet: CA, 46 and 72. RGB value is (202,70,114). Sum of RGB (Red+Green+Blue) = 202+70+114=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4672 is #35B98D. Grayscale: #727272. Windows color (decimal): -3520910 or 7489226. OLE color: 7489226.

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

Color convert

RGB20270114-
CMYK00.650.440.21
HSL340º55.46%53.33%-
HSV(B)340º65.35%79.22%-
XYZ29.5818.1517.86-
YUV114.48127.73190.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=52.33%
G=18.13%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027011400.650.440.2134055.4653.33
HexCA46720412C151543735
Octal312106162010154255246765
Binary11001010100011011100100100000110110010101101010100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4672; }

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

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

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

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

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

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

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

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