#CA506D

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

Shades of Cabaret #CA506D

Tints of Cabaret #CA506D

Color information

#CA506D (or 0xCA506D) is unknown color: approx Cabaret. HEX triplet: CA, 50 and 6D. RGB value is (202,80,109). Sum of RGB (Red+Green+Blue) = 202+80+109=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA506D is #35AF92. Grayscale: #777777. Windows color (decimal): -3518355 or 7164106. OLE color: 7164106.

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

Color convert

RGB20280109-
CMYK00.600.460.21
HSL345.74º53.51%55.29%-
HSV(B)345.74º60.4%79.22%-
XYZ29.9919.416.63-
YUV119.78121.92186.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=51.66%
G=20.46%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028010900.600.460.21345.7453.5155.29
HexCA506D03C2E1515a3637
Octal31212015507456255326667
Binary1100101010100001101101011110010111010101101011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA506D; }

 p { color: rgb(202,80,109); }

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

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

 a { background-color: rgb(202,80,109); }

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

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

 span { border-color: rgb(202,80,109); }

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