#CA5068

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

Shades of Cabaret #CA5068

Tints of Cabaret #CA5068

Color information

#CA5068 (or 0xCA5068) is unknown color: approx Cabaret. HEX triplet: CA, 50 and 68. RGB value is (202,80,104). Sum of RGB (Red+Green+Blue) = 202+80+104=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5068 is #35AF97. Grayscale: #777777. Windows color (decimal): -3518360 or 6836426. OLE color: 6836426.

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

Color convert

RGB20280104-
CMYK00.600.490.21
HSL348.2º53.51%55.29%-
HSV(B)348.2º60.4%79.22%-
XYZ29.7219.2915.25-
YUV119.21119.42187.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=52.33%
G=20.73%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028010400.600.490.21348.253.5155.29
HexCA506803C311515c3637
Octal31212015007461255346667
Binary1100101010100001101000011110011000110101101011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5068; }

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

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

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

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

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

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

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

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