Html Css Color HEX #C94E79 Cabaret

📋 copy color: '#C94E79'

red 201 ◦ green 78 ◦ blue 121

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

Shades of Cabaret #C94E79

Tints of Cabaret #C94E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 50.25%
G = 19.5%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94E79 (or 0xC94E79) is known color: Cabaret. HEX triplet: C9, 4E and 79. RGB value is (201,78,121). Sum of RGB (Red+Green+Blue) = 201+78+121=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E79 is #36B186. Grayscale: #777777. Windows color (decimal): -3584391 or 7950025. OLE color: 7950025.

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

Color convert

RGB 201 78 121 -
CMYK 0 0.61 0.40 0.21
HSL 339.02º 0.53% 0.55% -
HSV(B) 339.02º 0.61% 0.79% -
XYZ 30.26 19.25 20.21 -
YUV 119.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 201 78 121 0 0.61 0.40 0.21 339.02 0.53 0.55
Hex C9 4E 79 0 3D 28 15 153 35 37
Octal 311 116 171 0 75 50 25 523 65 67
Binary 11001001 1001110 1111001 0 111101 101000 10101 101010011 110101 110111

Color Harmonies of #C94E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E79

Black with #C94E79

Text Example


Text Example

White with #C94E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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