Html Css Color HEX #C95571 Cabaret

📋 copy color: '#C95571'

red 201 ◦ green 85 ◦ blue 113

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

Shades of Cabaret #C95571

Tints of Cabaret #C95571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 50.38%
G = 21.3%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95571 (or 0xC95571) is known color: Cabaret. HEX triplet: C9, 55 and 71. RGB value is (201,85,113). Sum of RGB (Red+Green+Blue) = 201+85+113=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C95571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95571 is #36AA8E. Grayscale: #7A7A7A. Windows color (decimal): -3582607 or 7427529. OLE color: 7427529.

HSL color Cylindrical-coordinate representation of color #C95571: hue angle of 345.52º 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 #C95571 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 113 -
CMYK 0 0.58 0.44 0.21
HSL 345.52º 0.52% 0.56% -
HSV(B) 345.52º 0.58% 0.79% -
XYZ 30.32 20.11 17.91 -
YUV 122.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 201 85 113 0 0.58 0.44 0.21 345.52 0.52 0.56
Hex C9 55 71 0 3A 2C 15 15A 34 38
Octal 311 125 161 0 72 54 25 532 64 70
Binary 11001001 1010101 1110001 0 111010 101100 10101 101011010 110100 111000

Color Harmonies of #C95571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95571

Black with #C95571

Text Example


Text Example

White with #C95571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95571; }

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

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

background-color css

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

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

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

border-color css

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

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

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