#CA4172

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

Shades of Cabaret #CA4172

Tints of Cabaret #CA4172

Color information

#CA4172 (or 0xCA4172) is unknown color: approx Cabaret. HEX triplet: CA, 41 and 72. RGB value is (202,65,114). Sum of RGB (Red+Green+Blue) = 202+65+114=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4172 is #35BE8D. Grayscale: #6F6F6F. Windows color (decimal): -3522190 or 7487946. OLE color: 7487946.

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

Color convert

RGB20265114-
CMYK00.680.440.21
HSL338.54º56.38%52.35%-
HSV(B)338.54º67.82%79.22%-
XYZ29.2817.5517.76-
YUV111.55129.39192.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=53.02%
G=17.06%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026511400.680.440.21338.5456.3852.35
HexCA41720442C151533834
Octal312101162010454255237064
Binary11001010100000111100100100010010110010101101010011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4172; }

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

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

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

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

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

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

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

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