Html Css Color HEX #C56C71 Cabaret

📋 copy color: '#C56C71'

red 197 ◦ green 108 ◦ blue 113

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

Shades of Cabaret #C56C71

Tints of Cabaret #C56C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

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

R = 47.13%
G = 25.84%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C56C71 (or 0xC56C71) is known color: Cabaret. HEX triplet: C5, 6C and 71. RGB value is (197,108,113). Sum of RGB (Red+Green+Blue) = 197+108+113=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C71 is #3A938E. Grayscale: #878787. Windows color (decimal): -3838863 or 7433413. OLE color: 7433413.

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

Color convert

RGB 197 108 113 -
CMYK 0 0.45 0.43 0.23
HSL 356.63º 0.43% 0.6% -
HSV(B) 356.63º 0.45% 0.77% -
XYZ 31.37 23.79 18.56 -
YUV 135.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 197 108 113 0 0.45 0.43 0.23 356.63 0.43 0.6
Hex C5 6C 71 0 2D 2B 17 165 2B 3C
Octal 305 154 161 0 55 53 27 545 53 74
Binary 11000101 1101100 1110001 0 101101 101011 10111 101100101 101011 111100

Color Harmonies of #C56C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C71

Black with #C56C71

Text Example


Text Example

White with #C56C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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