Html Css Color HEX #C95071 Cabaret

📋 copy color: '#C95071'

red 201 ◦ green 80 ◦ blue 113

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

Shades of Cabaret #C95071

Tints of Cabaret #C95071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

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

R = 51.02%
G = 20.3%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95071 (or 0xC95071) is known color: Cabaret. HEX triplet: C9, 50 and 71. RGB value is (201,80,113). Sum of RGB (Red+Green+Blue) = 201+80+113=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C95071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95071 is #36AF8E. Grayscale: #777777. Windows color (decimal): -3583887 or 7426249. OLE color: 7426249.

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

Color convert

RGB 201 80 113 -
CMYK 0 0.60 0.44 0.21
HSL 343.64º 0.53% 0.55% -
HSV(B) 343.64º 0.6% 0.79% -
XYZ 29.94 19.35 17.78 -
YUV 119.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 201 80 113 0 0.60 0.44 0.21 343.64 0.53 0.55
Hex C9 50 71 0 3C 2C 15 158 35 37
Octal 311 120 161 0 74 54 25 530 65 67
Binary 11001001 1010000 1110001 0 111100 101100 10101 101011000 110101 110111

Color Harmonies of #C95071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95071

Black with #C95071

Text Example


Text Example

White with #C95071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95071; }

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

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

background-color css

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

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

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

border-color css

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

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

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