Html Css Color HEX #C55A77 Cabaret

📋 copy color: '#C55A77'

red 197 ◦ green 90 ◦ blue 119

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

Shades of Cabaret #C55A77

Tints of Cabaret #C55A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 48.52%
G = 22.17%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C55A77 (or 0xC55A77) is known color: Cabaret. HEX triplet: C5, 5A and 77. RGB value is (197,90,119). Sum of RGB (Red+Green+Blue) = 197+90+119=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A77 is #3AA588. Grayscale: #7D7D7D. Windows color (decimal): -3843465 or 7822021. OLE color: 7822021.

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

Color convert

RGB 197 90 119 -
CMYK 0 0.54 0.40 0.23
HSL 343.74º 0.48% 0.56% -
HSV(B) 343.74º 0.54% 0.77% -
XYZ 30.01 20.51 19.83 -
YUV 125.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 197 90 119 0 0.54 0.40 0.23 343.74 0.48 0.56
Hex C5 5A 77 0 36 28 17 158 30 38
Octal 305 132 167 0 66 50 27 530 60 70
Binary 11000101 1011010 1110111 0 110110 101000 10111 101011000 110000 111000

Color Harmonies of #C55A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A77

Black with #C55A77

Text Example


Text Example

White with #C55A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A77; }

 p { color: rgb(197,90,119); }

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

background-color css

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

 a { background-color: rgb(197,90,119); }

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

border-color css

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

 span { border-color: rgb(197,90,119); }

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