#CA616A

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

Shades of Cabaret #CA616A

Tints of Cabaret #CA616A

Color information

#CA616A (or 0xCA616A) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 6A. RGB value is (202,97,106). Sum of RGB (Red+Green+Blue) = 202+97+106=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616A is #359E95. Grayscale: #818181. Windows color (decimal): -3514006 or 6971850. OLE color: 6971850.

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

Color convert

RGB20297106-
CMYK00.520.480.21
HSL354.86º49.76%58.63%-
HSV(B)354.86º51.98%79.22%-
XYZ31.2322.1516.26-
YUV129.42114.79179.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=49.88%
G=23.95%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029710600.520.480.21354.8649.7658.63
HexCA616A0343015163323b
Octal31214115206460255436273
Binary1100101011000011101010011010011000010101101100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA616A; }

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

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

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

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

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

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

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

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