#CA6571

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

Shades of Cabaret #CA6571

Tints of Cabaret #CA6571

Color information

#CA6571 (or 0xCA6571) is unknown color: approx Cabaret. HEX triplet: CA, 65 and 71. RGB value is (202,101,113). Sum of RGB (Red+Green+Blue) = 202+101+113=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6571 is #359A8E. Grayscale: #848484. Windows color (decimal): -3512975 or 7431626. OLE color: 7431626.

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

Color convert

RGB202101113-
CMYK00.500.440.21
HSL352.87º48.79%59.41%-
HSV(B)352.87º50%79.22%-
XYZ31.9923.0618.39-
YUV132.57116.96177.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=48.56%
G=24.28%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210111300.500.440.21352.8748.7959.41
HexCA65710322C15161313b
Octal31214516106254255416173
Binary1100101011001011110001011001010110010101101100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6571; }

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

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

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

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

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

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

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

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