Html Css Color HEX #C94772 Cabaret

📋 copy color: '#C94772'

red 201 ◦ green 71 ◦ blue 114

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

Shades of Cabaret #C94772

Tints of Cabaret #C94772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.39%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 52.07%
G = 18.39%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C94772 (or 0xC94772) is known color: Cabaret. HEX triplet: C9, 47 and 72. RGB value is (201,71,114). Sum of RGB (Red+Green+Blue) = 201+71+114=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94772 is #36B88D. Grayscale: #727272. Windows color (decimal): -3586190 or 7489481. OLE color: 7489481.

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

Color convert

RGB 201 71 114 -
CMYK 0 0.65 0.43 0.21
HSL 340.15º 0.55% 0.53% -
HSV(B) 340.15º 0.65% 0.79% -
XYZ 29.38 18.14 17.87 -
YUV 114.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 201 71 114 0 0.65 0.43 0.21 340.15 0.55 0.53
Hex C9 47 72 0 41 2B 15 154 37 35
Octal 311 107 162 0 101 53 25 524 67 65
Binary 11001001 1000111 1110010 0 1000001 101011 10101 101010100 110111 110101

Color Harmonies of #C94772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94772

Black with #C94772

Text Example


Text Example

White with #C94772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94772; }

 p { color: rgb(201,71,114); }

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

background-color css

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

 a { background-color: rgb(201,71,114); }

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

border-color css

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

 span { border-color: rgb(201,71,114); }

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