#CA4975

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

Shades of Cabaret #CA4975

Tints of Cabaret #CA4975

Color information

#CA4975 (or 0xCA4975) is unknown color: approx Cabaret. HEX triplet: CA, 49 and 75. RGB value is (202,73,117). Sum of RGB (Red+Green+Blue) = 202+73+117=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4975 is #35B68A. Grayscale: #747474. Windows color (decimal): -3520139 or 7686602. OLE color: 7686602.

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

Color convert

RGB20273117-
CMYK00.640.420.21
HSL339.53º54.89%53.92%-
HSV(B)339.53º63.86%79.22%-
XYZ29.9518.6118.84-
YUV116.59128.24188.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=51.53%
G=18.62%
B=29.85%

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
Decimal2027311700.640.420.21339.5354.8953.92
HexCA49750402A151543736
Octal312111165010052255246766
Binary11001010100100111101010100000010101010101101010100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4975; }

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

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

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

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

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

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

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

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