#CA6171

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

Shades of Cabaret #CA6171

Tints of Cabaret #CA6171

Color information

#CA6171 (or 0xCA6171) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 71. RGB value is (202,97,113). Sum of RGB (Red+Green+Blue) = 202+97+113=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6171 is #359E8E. Grayscale: #828282. Windows color (decimal): -3513999 or 7430602. OLE color: 7430602.

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

Color convert

RGB20297113-
CMYK00.520.440.21
HSL350.86º49.76%58.63%-
HSV(B)350.86º51.98%79.22%-
XYZ31.6122.318.26-
YUV130.22118.29179.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=49.03%
G=23.54%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029711300.520.440.21350.8649.7658.63
HexCA61710342C1515f323b
Octal31214116106454255376273
Binary1100101011000011110001011010010110010101101011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6171; }

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

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

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

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

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

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

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

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