Html Css Color HEX #C55971 Cabaret

📋 copy color: '#C55971'

red 197 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #C55971

Tints of Cabaret #C55971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.31%

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

R = 49.37%
G = 22.31%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C55971 (or 0xC55971) is known color: Cabaret. HEX triplet: C5, 59 and 71. RGB value is (197,89,113). Sum of RGB (Red+Green+Blue) = 197+89+113=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55971 is #3AA68E. Grayscale: #7C7C7C. Windows color (decimal): -3843727 or 7428549. OLE color: 7428549.

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

Color convert

RGB 197 89 113 -
CMYK 0 0.55 0.43 0.23
HSL 346.67º 0.48% 0.56% -
HSV(B) 346.67º 0.55% 0.77% -
XYZ 29.58 20.21 17.96 -
YUV 124.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 197 89 113 0 0.55 0.43 0.23 346.67 0.48 0.56
Hex C5 59 71 0 37 2B 17 15B 30 38
Octal 305 131 161 0 67 53 27 533 60 70
Binary 11000101 1011001 1110001 0 110111 101011 10111 101011011 110000 111000

Color Harmonies of #C55971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55971

Black with #C55971

Text Example


Text Example

White with #C55971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55971; }

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

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

background-color css

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

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

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

border-color css

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

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

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