Html Css Color HEX #C95577 Cabaret

📋 copy color: '#C95577'

red 201 ◦ green 85 ◦ blue 119

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

Shades of Cabaret #C95577

Tints of Cabaret #C95577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

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

R = 49.63%
G = 20.99%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95577 (or 0xC95577) is known color: Cabaret. HEX triplet: C9, 55 and 77. RGB value is (201,85,119). Sum of RGB (Red+Green+Blue) = 201+85+119=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C95577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95577 is #36AA88. Grayscale: #7B7B7B. Windows color (decimal): -3582601 or 7820745. OLE color: 7820745.

HSL color Cylindrical-coordinate representation of color #C95577: hue angle of 342.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95577 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 119 -
CMYK 0 0.58 0.41 0.21
HSL 342.41º 0.52% 0.56% -
HSV(B) 342.41º 0.58% 0.79% -
XYZ 30.67 20.25 19.74 -
YUV 123.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 201 85 119 0 0.58 0.41 0.21 342.41 0.52 0.56
Hex C9 55 77 0 3A 29 15 156 34 38
Octal 311 125 167 0 72 51 25 526 64 70
Binary 11001001 1010101 1110111 0 111010 101001 10101 101010110 110100 111000

Color Harmonies of #C95577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95577

Black with #C95577

Text Example


Text Example

White with #C95577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95577; }

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

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

background-color css

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

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

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

border-color css

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

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

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