#CA4875

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

Shades of Cabaret #CA4875

Tints of Cabaret #CA4875

Color information

#CA4875 (or 0xCA4875) is unknown color: approx Cabaret. HEX triplet: CA, 48 and 75. RGB value is (202,72,117). Sum of RGB (Red+Green+Blue) = 202+72+117=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4875 is #35B78A. Grayscale: #737373. Windows color (decimal): -3520395 or 7686346. OLE color: 7686346.

HSL color Cylindrical-coordinate representation of color #CA4875: hue angle of 339.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4875 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20272117-
CMYK00.640.420.21
HSL339.23º55.08%53.73%-
HSV(B)339.23º64.36%79.22%-
XYZ29.8918.4818.82-
YUV116128.57189.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=51.66%
G=18.41%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027211700.640.420.21339.2355.0853.73
HexCA48750402A151533736
Octal312110165010052255236766
Binary11001010100100011101010100000010101010101101010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4875; }

 p { color: rgb(202,72,117); }

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

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

 a { background-color: rgb(202,72,117); }

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

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

 span { border-color: rgb(202,72,117); }

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