Html Css Color HEX #C94E77 Cabaret

📋 copy color: '#C94E77'

red 201 ◦ green 78 ◦ blue 119

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

Shades of Cabaret #C94E77

Tints of Cabaret #C94E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 50.5%
G = 19.6%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C94E77 (or 0xC94E77) is known color: Cabaret. HEX triplet: C9, 4E and 77. RGB value is (201,78,119). Sum of RGB (Red+Green+Blue) = 201+78+119=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E77 is #36B188. Grayscale: #777777. Windows color (decimal): -3584393 or 7818953. OLE color: 7818953.

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

Color convert

RGB 201 78 119 -
CMYK 0 0.61 0.41 0.21
HSL 340º 0.53% 0.55% -
HSV(B) 340º 0.61% 0.79% -
XYZ 30.14 19.2 19.57 -
YUV 119.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 201 78 119 0 0.61 0.41 0.21 340 0.53 0.55
Hex C9 4E 77 0 3D 29 15 154 35 37
Octal 311 116 167 0 75 51 25 524 65 67
Binary 11001001 1001110 1110111 0 111101 101001 10101 101010100 110101 110111

Color Harmonies of #C94E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E77

Black with #C94E77

Text Example


Text Example

White with #C94E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E77; }

 p { color: rgb(201,78,119); }

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

background-color css

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

 a { background-color: rgb(201,78,119); }

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

border-color css

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

 span { border-color: rgb(201,78,119); }

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