#CA5375

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

Shades of Cabaret #CA5375

Tints of Cabaret #CA5375

Color information

#CA5375 (or 0xCA5375) is unknown color: approx Cabaret. HEX triplet: CA, 53 and 75. RGB value is (202,83,117). Sum of RGB (Red+Green+Blue) = 202+83+117=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5375 is #35AC8A. Grayscale: #7A7A7A. Windows color (decimal): -3517579 or 7689162. OLE color: 7689162.

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

Color convert

RGB20283117-
CMYK00.590.420.21
HSL342.86º52.89%55.88%-
HSV(B)342.86º58.91%79.22%-
XYZ30.6620.0319.08-
YUV122.46124.92184.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=50.25%
G=20.65%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028311700.590.420.21342.8652.8955.88
HexCA537503B2A151573538
Octal31212316507352255276570
Binary1100101010100111110101011101110101010101101010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5375; }

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

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

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

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

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

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

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

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