Html Css Color HEX #C94974 Cabaret

📋 copy color: '#C94974'

red 201 ◦ green 73 ◦ blue 116

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

Shades of Cabaret #C94974

Tints of Cabaret #C94974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

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

R = 51.54%
G = 18.72%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94974 (or 0xC94974) is known color: Cabaret. HEX triplet: C9, 49 and 74. RGB value is (201,73,116). Sum of RGB (Red+Green+Blue) = 201+73+116=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C94974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94974 is #36B68B. Grayscale: #747474. Windows color (decimal): -3585676 or 7621065. OLE color: 7621065.

HSL color Cylindrical-coordinate representation of color #C94974: hue angle of 339.84º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94974 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 116 -
CMYK 0 0.64 0.42 0.21
HSL 339.84º 0.54% 0.54% -
HSV(B) 339.84º 0.64% 0.79% -
XYZ 29.62 18.44 18.52 -
YUV 116.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 201 73 116 0 0.64 0.42 0.21 339.84 0.54 0.54
Hex C9 49 74 0 40 2A 15 154 36 36
Octal 311 111 164 0 100 52 25 524 66 66
Binary 11001001 1001001 1110100 0 1000000 101010 10101 101010100 110110 110110

Color Harmonies of #C94974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94974

Black with #C94974

Text Example


Text Example

White with #C94974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94974; }

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

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

background-color css

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

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

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

border-color css

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

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

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