Html Css Color HEX #C94676 Cabaret

📋 copy color: '#C94676'

red 201 ◦ green 70 ◦ blue 118

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

Shades of Cabaret #C94676

Tints of Cabaret #C94676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 51.67%
G = 17.99%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C94676 (or 0xC94676) is known color: Cabaret. HEX triplet: C9, 46 and 76. RGB value is (201,70,118). Sum of RGB (Red+Green+Blue) = 201+70+118=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C94676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94676 is #36B989. Grayscale: #727272. Windows color (decimal): -3586442 or 7751369. OLE color: 7751369.

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

Color convert

RGB 201 70 118 -
CMYK 0 0.65 0.41 0.21
HSL 338.02º 0.55% 0.53% -
HSV(B) 338.02º 0.65% 0.79% -
XYZ 29.55 18.11 19.08 -
YUV 114.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 201 70 118 0 0.65 0.41 0.21 338.02 0.55 0.53
Hex C9 46 76 0 41 29 15 152 37 35
Octal 311 106 166 0 101 51 25 522 67 65
Binary 11001001 1000110 1110110 0 1000001 101001 10101 101010010 110111 110101

Color Harmonies of #C94676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94676

Black with #C94676

Text Example


Text Example

White with #C94676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94676; }

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

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

background-color css

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

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

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

border-color css

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

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

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