#CA4070

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

Shades of Cabaret #CA4070

Tints of Cabaret #CA4070

Color information

#CA4070 (or 0xCA4070) is unknown color: approx Cabaret. HEX triplet: CA, 40 and 70. RGB value is (202,64,112). Sum of RGB (Red+Green+Blue) = 202+64+112=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4070 is #35BF8F. Grayscale: #6E6E6E. Windows color (decimal): -3522448 or 7356618. OLE color: 7356618.

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

Color convert

RGB20264112-
CMYK00.680.450.21
HSL339.13º56.56%52.16%-
HSV(B)339.13º68.32%79.22%-
XYZ29.1217.3917.15-
YUV110.73128.72193.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=53.44%
G=16.93%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026411200.680.450.21339.1356.5652.16
HexCA40700442D151533934
Octal312100160010455255237164
Binary11001010100000011100000100010010110110101101010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4070; }

 p { color: rgb(202,64,112); }

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

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

 a { background-color: rgb(202,64,112); }

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

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

 span { border-color: rgb(202,64,112); }

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