#CA617C

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

Shades of Cabaret #CA617C

Tints of Cabaret #CA617C

Color information

#CA617C (or 0xCA617C) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 7C. RGB value is (202,97,124). Sum of RGB (Red+Green+Blue) = 202+97+124=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA617C is #359E83. Grayscale: #838383. Windows color (decimal): -3513988 or 8151498. OLE color: 8151498.

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

Color convert

RGB20297124-
CMYK00.520.390.21
HSL344.57º49.76%58.63%-
HSV(B)344.57º51.98%79.22%-
XYZ32.2722.5621.72-
YUV131.47123.79178.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=47.75%
G=22.93%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029712400.520.390.21344.5749.7658.63
HexCA617C0342715159323b
Octal31214117406447255316273
Binary1100101011000011111100011010010011110101101011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA617C; }

 p { color: rgb(202,97,124); }

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

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

 a { background-color: rgb(202,97,124); }

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

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

 span { border-color: rgb(202,97,124); }

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