#CA617D

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

Shades of Cabaret #CA617D

Tints of Cabaret #CA617D

Color information

#CA617D (or 0xCA617D) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 7D. RGB value is (202,97,125). Sum of RGB (Red+Green+Blue) = 202+97+125=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA617D is #359E82. Grayscale: #838383. Windows color (decimal): -3513987 or 8217034. OLE color: 8217034.

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

Color convert

RGB20297125-
CMYK00.520.380.21
HSL344º49.76%58.63%-
HSV(B)344º51.98%79.22%-
XYZ32.3322.5922.06-
YUV131.59124.29178.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=47.64%
G=22.88%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029712500.520.380.2134449.7658.63
HexCA617D0342615158323b
Octal31214117506446255306273
Binary1100101011000011111101011010010011010101101011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA617D; }

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

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

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

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

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

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

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

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