Html Css Color HEX #C55970 Cabaret

📋 copy color: '#C55970'

red 197 ◦ green 89 ◦ blue 112

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

Shades of Cabaret #C55970

Tints of Cabaret #C55970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 49.5%
G = 22.36%
B = 28.14%

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

#C55970 (or 0xC55970) is known color: Cabaret. HEX triplet: C5, 59 and 70. RGB value is (197,89,112). Sum of RGB (Red+Green+Blue) = 197+89+112=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C55970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55970 is #3AA68F. Grayscale: #7B7B7B. Windows color (decimal): -3843728 or 7363013. OLE color: 7363013.

HSL color Cylindrical-coordinate representation of color #C55970: hue angle of 347.22º 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 #C55970 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 89 112 -
CMYK 0 0.55 0.43 0.23
HSL 347.22º 0.48% 0.56% -
HSV(B) 347.22º 0.55% 0.77% -
XYZ 29.52 20.18 17.67 -
YUV 123.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 197 89 112 0 0.55 0.43 0.23 347.22 0.48 0.56
Hex C5 59 70 0 37 2B 17 15B 30 38
Octal 305 131 160 0 67 53 27 533 60 70
Binary 11000101 1011001 1110000 0 110111 101011 10111 101011011 110000 111000

Color Harmonies of #C55970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55970

Black with #C55970

Text Example


Text Example

White with #C55970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55970; }

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

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

background-color css

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

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

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

border-color css

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

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

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