#CA5065

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

Shades of Cabaret #CA5065

Tints of Cabaret #CA5065

Color information

#CA5065 (or 0xCA5065) is unknown color: approx Cabaret. HEX triplet: CA, 50 and 65. RGB value is (202,80,101). Sum of RGB (Red+Green+Blue) = 202+80+101=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5065 is #35AF9A. Grayscale: #767676. Windows color (decimal): -3518363 or 6639818. OLE color: 6639818.

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

Color convert

RGB20280101-
CMYK00.600.500.21
HSL349.67º53.51%55.29%-
HSV(B)349.67º60.4%79.22%-
XYZ29.5719.2314.47-
YUV118.87117.92187.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=52.74%
G=20.89%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028010100.600.500.21349.6753.5155.29
HexCA506503C321515e3637
Octal31212014507462255366667
Binary1100101010100001100101011110011001010101101011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5065; }

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

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

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

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

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

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

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

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