#ca4370

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

Shades of Cabaret #CA4370

Tints of Cabaret #CA4370

Color information

#CA4370 (or 0xCA4370) is unknown color: approx Cabaret. HEX triplet: CA, 43 and 70. RGB value is (202,67,112). Sum of RGB (Red+Green+Blue) = 202+67+112=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4370 is #35BC8F. Grayscale: #707070. Windows color (decimal): -3521680 or 7357386. OLE color: 7357386.

HSL color Cylindrical-coordinate representation of color #CA4370: hue angle of 340º 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 #CA4370 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20267112-
CMYK00.670.450.21
HSL340º56.02%52.75%-
HSV(B)340º66.83%79.22%-
XYZ29.2917.7417.21-
YUV112.5127.73191.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=53.02%
G=17.59%
B=29.40%

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
Decimal2026711200.670.450.2134056.0252.75
HexCA43700432D151543835
Octal312103160010355255247065
Binary11001010100001111100000100001110110110101101010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4370; }

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

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

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

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

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

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

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

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