Html Css Color HEX #C94672 Cabaret

📋 copy color: '#C94672'

red 201 ◦ green 70 ◦ blue 114

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

Shades of Cabaret #C94672

Tints of Cabaret #C94672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 52.21%
G = 18.18%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C94672 (or 0xC94672) is known color: Cabaret. HEX triplet: C9, 46 and 72. RGB value is (201,70,114). Sum of RGB (Red+Green+Blue) = 201+70+114=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94672 is #36B98D. Grayscale: #727272. Windows color (decimal): -3586446 or 7489225. OLE color: 7489225.

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

Color convert

RGB 201 70 114 -
CMYK 0 0.65 0.43 0.21
HSL 339.85º 0.55% 0.53% -
HSV(B) 339.85º 0.65% 0.79% -
XYZ 29.31 18.01 17.85 -
YUV 114.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 201 70 114 0 0.65 0.43 0.21 339.85 0.55 0.53
Hex C9 46 72 0 41 2B 15 154 37 35
Octal 311 106 162 0 101 53 25 524 67 65
Binary 11001001 1000110 1110010 0 1000001 101011 10101 101010100 110111 110101

Color Harmonies of #C94672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94672

Black with #C94672

Text Example


Text Example

White with #C94672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94672; }

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

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

background-color css

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

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

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

border-color css

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

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

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