Html Css Color HEX #CA6571 Cabaret

📋 copy color: '#CA6571'

red 202 ◦ green 101 ◦ blue 113

#CA6571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CA6571

Tints of Cabaret #CA6571

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA6571 (or 0xCA6571) is known color: 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

RGB 202 101 113 -
CMYK 0 0.50 0.44 0.21
HSL 352.87º 0.49% 0.59% -
HSV(B) 352.87º 0.5% 0.79% -
XYZ 31.99 23.06 18.39 -
YUV 132.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 202 101 113 0 0.50 0.44 0.21 352.87 0.49 0.59
Hex CA 65 71 0 32 2C 15 161 31 3B
Octal 312 145 161 0 62 54 25 541 61 73
Binary 11001010 1100101 1110001 0 110010 101100 10101 101100001 110001 111011

Color Harmonies of #CA6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6571

Black with #CA6571

Text Example


Text Example

White with #CA6571

Text Example


Text Example

HTML Codes & Css Web 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>