Html Css Color HEX #C95773 Cabaret

📋 copy color: '#C95773'

red 201 ◦ green 87 ◦ blue 115

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

Shades of Cabaret #C95773

Tints of Cabaret #C95773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.59%

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

R = 49.88%
G = 21.59%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95773 (or 0xC95773) is known color: Cabaret. HEX triplet: C9, 57 and 73. RGB value is (201,87,115). Sum of RGB (Red+Green+Blue) = 201+87+115=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95773 is #36A88C. Grayscale: #7C7C7C. Windows color (decimal): -3582093 or 7559113. OLE color: 7559113.

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

Color convert

RGB 201 87 115 -
CMYK 0 0.57 0.43 0.21
HSL 345.26º 0.51% 0.56% -
HSV(B) 345.26º 0.57% 0.79% -
XYZ 30.59 20.47 18.56 -
YUV 124.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 201 87 115 0 0.57 0.43 0.21 345.26 0.51 0.56
Hex C9 57 73 0 39 2B 15 159 33 38
Octal 311 127 163 0 71 53 25 531 63 70
Binary 11001001 1010111 1110011 0 111001 101011 10101 101011001 110011 111000

Color Harmonies of #C95773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95773

Black with #C95773

Text Example


Text Example

White with #C95773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95773; }

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

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

background-color css

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

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

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

border-color css

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

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

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