Html Css Color HEX #C94774 Cabaret

📋 copy color: '#C94774'

red 201 ◦ green 71 ◦ blue 116

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

Shades of Cabaret #C94774

Tints of Cabaret #C94774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 51.8%
G = 18.3%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94774 (or 0xC94774) is known color: Cabaret. HEX triplet: C9, 47 and 74. RGB value is (201,71,116). Sum of RGB (Red+Green+Blue) = 201+71+116=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C94774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94774 is #36B88B. Grayscale: #727272. Windows color (decimal): -3586188 or 7620553. OLE color: 7620553.

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

Color convert

RGB 201 71 116 -
CMYK 0 0.65 0.42 0.21
HSL 339.23º 0.55% 0.53% -
HSV(B) 339.23º 0.65% 0.79% -
XYZ 29.49 18.18 18.48 -
YUV 115 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 201 71 116 0 0.65 0.42 0.21 339.23 0.55 0.53
Hex C9 47 74 0 41 2A 15 153 37 35
Octal 311 107 164 0 101 52 25 523 67 65
Binary 11001001 1000111 1110100 0 1000001 101010 10101 101010011 110111 110101

Color Harmonies of #C94774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94774

Black with #C94774

Text Example


Text Example

White with #C94774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94774; }

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

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

background-color css

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

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

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

border-color css

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

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

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