#CA4372

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

Shades of Cabaret #CA4372

Tints of Cabaret #CA4372

Color information

#CA4372 (or 0xCA4372) is unknown color: approx Cabaret. HEX triplet: CA, 43 and 72. RGB value is (202,67,114). Sum of RGB (Red+Green+Blue) = 202+67+114=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4372 is #35BC8D. Grayscale: #707070. Windows color (decimal): -3521678 or 7488458. OLE color: 7488458.

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

Color convert

RGB20267114-
CMYK00.670.440.21
HSL339.11º56.02%52.75%-
HSV(B)339.11º66.83%79.22%-
XYZ29.417.7917.8-
YUV112.72128.73191.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=52.74%
G=17.49%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026711400.670.440.21339.1156.0252.75
HexCA43720432C151533835
Octal312103162010354255237065
Binary11001010100001111100100100001110110010101101010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4372; }

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

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

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

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

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

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

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

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