#CA4A6E

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

Shades of Cabaret #CA4A6E

Tints of Cabaret #CA4A6E

Color information

#CA4A6E (or 0xCA4A6E) is unknown color: approx Cabaret. HEX triplet: CA, 4A and 6E. RGB value is (202,74,110). Sum of RGB (Red+Green+Blue) = 202+74+110=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A6E is #35B591. Grayscale: #747474. Windows color (decimal): -3519890 or 7228106. OLE color: 7228106.

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

Color convert

RGB20274110-
CMYK00.630.460.21
HSL343.12º54.7%54.12%-
HSV(B)343.12º63.37%79.22%-
XYZ29.6218.5816.78-
YUV116.38124.41189.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=52.33%
G=19.17%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027411000.630.460.21343.1254.754.12
HexCA4A6E03F2E151573736
Octal31211215607756255276766
Binary1100101010010101101110011111110111010101101010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A6E; }

 p { color: rgb(202,74,110); }

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

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

 a { background-color: rgb(202,74,110); }

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

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

 span { border-color: rgb(202,74,110); }

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