#CA616C

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

Shades of Cabaret #CA616C

Tints of Cabaret #CA616C

Color information

#CA616C (or 0xCA616C) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 6C. RGB value is (202,97,108). Sum of RGB (Red+Green+Blue) = 202+97+108=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616C is #359E93. Grayscale: #818181. Windows color (decimal): -3514004 or 7102922. OLE color: 7102922.

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

Color convert

RGB20297108-
CMYK00.520.470.21
HSL353.71º49.76%58.63%-
HSV(B)353.71º51.98%79.22%-
XYZ31.3422.1916.82-
YUV129.65115.79179.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=49.63%
G=23.83%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029710800.520.470.21353.7149.7658.63
HexCA616C0342F15162323b
Octal31214115406457255426273
Binary1100101011000011101100011010010111110101101100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA616C; }

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

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

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

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

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

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

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

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