Html Css Color HEX #C94E72 Cabaret

📋 copy color: '#C94E72'

red 201 ◦ green 78 ◦ blue 114

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

Shades of Cabaret #C94E72

Tints of Cabaret #C94E72

RGB

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

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

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

R = 51.15%
G = 19.85%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C94E72 (or 0xC94E72) is known color: Cabaret. HEX triplet: C9, 4E and 72. RGB value is (201,78,114). Sum of RGB (Red+Green+Blue) = 201+78+114=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E72 is #36B18D. Grayscale: #767676. Windows color (decimal): -3584398 or 7491273. OLE color: 7491273.

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

Color convert

RGB 201 78 114 -
CMYK 0 0.61 0.43 0.21
HSL 342.44º 0.53% 0.55% -
HSV(B) 342.44º 0.61% 0.79% -
XYZ 29.85 19.08 18.03 -
YUV 118.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 201 78 114 0 0.61 0.43 0.21 342.44 0.53 0.55
Hex C9 4E 72 0 3D 2B 15 156 35 37
Octal 311 116 162 0 75 53 25 526 65 67
Binary 11001001 1001110 1110010 0 111101 101011 10101 101010110 110101 110111

Color Harmonies of #C94E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E72

Black with #C94E72

Text Example


Text Example

White with #C94E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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