#CA4270

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

Shades of Cabaret #CA4270

Tints of Cabaret #CA4270

Color information

#CA4270 (or 0xCA4270) is unknown color: approx Cabaret. HEX triplet: CA, 42 and 70. RGB value is (202,66,112). Sum of RGB (Red+Green+Blue) = 202+66+112=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4270 is #35BD8F. Grayscale: #6F6F6F. Windows color (decimal): -3521936 or 7357130. OLE color: 7357130.

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

Color convert

RGB20266112-
CMYK00.670.450.21
HSL339.71º56.2%52.55%-
HSV(B)339.71º67.33%79.22%-
XYZ29.2317.6217.19-
YUV111.91128.06192.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=53.16%
G=17.37%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026611200.670.450.21339.7156.252.55
HexCA42700432D151543835
Octal312102160010355255247065
Binary11001010100001011100000100001110110110101101010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4270; }

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

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

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

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

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

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

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

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