Html Css Color HEX #C95873 Cabaret

📋 copy color: '#C95873'

red 201 ◦ green 88 ◦ blue 115

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

Shades of Cabaret #C95873

Tints of Cabaret #C95873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.47%

R = 49.75%
G = 21.78%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95873 (or 0xC95873) is known color: Cabaret. HEX triplet: C9, 58 and 73. RGB value is (201,88,115). Sum of RGB (Red+Green+Blue) = 201+88+115=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95873 is #36A78C. Grayscale: #7C7C7C. Windows color (decimal): -3581837 or 7559369. OLE color: 7559369.

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

Color convert

RGB 201 88 115 -
CMYK 0 0.56 0.43 0.21
HSL 345.66º 0.51% 0.57% -
HSV(B) 345.66º 0.56% 0.79% -
XYZ 30.67 20.63 18.59 -
YUV 124.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 201 88 115 0 0.56 0.43 0.21 345.66 0.51 0.57
Hex C9 58 73 0 38 2B 15 15A 33 39
Octal 311 130 163 0 70 53 25 532 63 71
Binary 11001001 1011000 1110011 0 111000 101011 10101 101011010 110011 111001

Color Harmonies of #C95873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95873

Black with #C95873

Text Example


Text Example

White with #C95873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95873; }

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

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

background-color css

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

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

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

border-color css

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

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

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