Html Css Color HEX #C56571 Cabaret

📋 copy color: '#C56571'

red 197 ◦ green 101 ◦ blue 113

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

Shades of Cabaret #C56571

Tints of Cabaret #C56571

RGB

 RED value IS 197 (77.34% from 255) = 47.93%

 GREEN value IS 101 (39.84% from 255) = 24.57%

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 47.93%
G = 24.57%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C56571 (or 0xC56571) is known color: Cabaret. HEX triplet: C5, 65 and 71. RGB value is (197,101,113). Sum of RGB (Red+Green+Blue) = 197+101+113=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C56571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56571 is #3A9A8E. Grayscale: #838383. Windows color (decimal): -3840655 or 7431621. OLE color: 7431621.

HSL color Cylindrical-coordinate representation of color #C56571: hue angle of 352.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56571 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 101 113 -
CMYK 0 0.49 0.43 0.23
HSL 352.5º 0.45% 0.58% -
HSV(B) 352.5º 0.49% 0.77% -
XYZ 30.66 22.37 18.32 -
YUV 131.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 197 101 113 0 0.49 0.43 0.23 352.5 0.45 0.58
Hex C5 65 71 0 31 2B 17 160 2D 3A
Octal 305 145 161 0 61 53 27 540 55 72
Binary 11000101 1100101 1110001 0 110001 101011 10111 101100000 101101 111010

Color Harmonies of #C56571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56571

Black with #C56571

Text Example


Text Example

White with #C56571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56571; }

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

 H1.HeaderClassName
 {
   color: #C56571;
 }
 .AnyTagClassName
 {
   color: #C56571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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