Html Css Color HEX #C95871 Cabaret

📋 copy color: '#C95871'

red 201 ◦ green 88 ◦ blue 113

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

Shades of Cabaret #C95871

Tints of Cabaret #C95871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.89%

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

R = 50%
G = 21.89%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95871 (or 0xC95871) is known color: Cabaret. HEX triplet: C9, 58 and 71. RGB value is (201,88,113). Sum of RGB (Red+Green+Blue) = 201+88+113=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95871 is #36A78E. Grayscale: #7C7C7C. Windows color (decimal): -3581839 or 7428297. OLE color: 7428297.

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

Color convert

RGB 201 88 113 -
CMYK 0 0.56 0.44 0.21
HSL 346.73º 0.51% 0.57% -
HSV(B) 346.73º 0.56% 0.79% -
XYZ 30.56 20.59 17.99 -
YUV 124.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 201 88 113 0 0.56 0.44 0.21 346.73 0.51 0.57
Hex C9 58 71 0 38 2C 15 15B 33 39
Octal 311 130 161 0 70 54 25 533 63 71
Binary 11001001 1011000 1110001 0 111000 101100 10101 101011011 110011 111001

Color Harmonies of #C95871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95871

Black with #C95871

Text Example


Text Example

White with #C95871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95871; }

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

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

background-color css

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

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

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

border-color css

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

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

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