Html Css Color HEX #C95171 Cabaret

📋 copy color: '#C95171'

red 201 ◦ green 81 ◦ blue 113

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

Shades of Cabaret #C95171

Tints of Cabaret #C95171

RGB

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

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

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

R = 50.89%
G = 20.51%
B = 28.61%

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

#C95171 (or 0xC95171) is known color: Cabaret. HEX triplet: C9, 51 and 71. RGB value is (201,81,113). Sum of RGB (Red+Green+Blue) = 201+81+113=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C95171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95171 is #36AE8E. Grayscale: #787878. Windows color (decimal): -3583631 or 7426505. OLE color: 7426505.

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

Color convert

RGB 201 81 113 -
CMYK 0 0.60 0.44 0.21
HSL 344º 0.53% 0.55% -
HSV(B) 344º 0.6% 0.79% -
XYZ 30.01 19.49 17.8 -
YUV 120.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 201 81 113 0 0.60 0.44 0.21 344 0.53 0.55
Hex C9 51 71 0 3C 2C 15 158 35 37
Octal 311 121 161 0 74 54 25 530 65 67
Binary 11001001 1010001 1110001 0 111100 101100 10101 101011000 110101 110111

Color Harmonies of #C95171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95171

Black with #C95171

Text Example


Text Example

White with #C95171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95171; }

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

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

background-color css

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

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

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

border-color css

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

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

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