Html Css Color HEX #C5577A Cabaret

📋 copy color: '#C5577A'

red 197 ◦ green 87 ◦ blue 122

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

Shades of Cabaret #C5577A

Tints of Cabaret #C5577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 48.52%
G = 21.43%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5577A (or 0xC5577A) is known color: Cabaret. HEX triplet: C5, 57 and 7A. RGB value is (197,87,122). Sum of RGB (Red+Green+Blue) = 197+87+122=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5577A is #3AA885. Grayscale: #7B7B7B. Windows color (decimal): -3844230 or 8017861. OLE color: 8017861.

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

Color convert

RGB 197 87 122 -
CMYK 0 0.56 0.38 0.23
HSL 340.91º 0.49% 0.56% -
HSV(B) 340.91º 0.56% 0.77% -
XYZ 29.95 20.09 20.71 -
YUV 123.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 197 87 122 0 0.56 0.38 0.23 340.91 0.49 0.56
Hex C5 57 7A 0 38 26 17 155 31 38
Octal 305 127 172 0 70 46 27 525 61 70
Binary 11000101 1010111 1111010 0 111000 100110 10111 101010101 110001 111000

Color Harmonies of #C5577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5577A

Black with #C5577A

Text Example


Text Example

White with #C5577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5577A; }

 p { color: rgb(197,87,122); }

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

background-color css

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

 a { background-color: rgb(197,87,122); }

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

border-color css

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

 span { border-color: rgb(197,87,122); }

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