Html Css Color HEX #C95177 Cabaret

📋 copy color: '#C95177'

red 201 ◦ green 81 ◦ blue 119

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

Shades of Cabaret #C95177

Tints of Cabaret #C95177

RGB

 RED value IS 201 (78.91% from 255) = 50.12%

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 50.12%
G = 20.2%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95177 (or 0xC95177) is known color: Cabaret. HEX triplet: C9, 51 and 77. RGB value is (201,81,119). Sum of RGB (Red+Green+Blue) = 201+81+119=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95177 is #36AE88. Grayscale: #797979. Windows color (decimal): -3583625 or 7819721. OLE color: 7819721.

HSL color Cylindrical-coordinate representation of color #C95177: hue angle of 341º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95177 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 119 -
CMYK 0 0.60 0.41 0.21
HSL 341º 0.53% 0.55% -
HSV(B) 341º 0.6% 0.79% -
XYZ 30.36 19.63 19.64 -
YUV 121.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 201 81 119 0 0.60 0.41 0.21 341 0.53 0.55
Hex C9 51 77 0 3C 29 15 155 35 37
Octal 311 121 167 0 74 51 25 525 65 67
Binary 11001001 1010001 1110111 0 111100 101001 10101 101010101 110101 110111

Color Harmonies of #C95177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95177

Black with #C95177

Text Example


Text Example

White with #C95177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95177; }

 p { color: rgb(201,81,119); }

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

background-color css

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

 a { background-color: rgb(201,81,119); }

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

border-color css

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

 span { border-color: rgb(201,81,119); }

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