Html Css Color HEX #C9476E Cabaret

📋 copy color: '#C9476E'

red 201 ◦ green 71 ◦ blue 110

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

Shades of Cabaret #C9476E

Tints of Cabaret #C9476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.59%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 52.62%
G = 18.59%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9476E (or 0xC9476E) is known color: Cabaret. HEX triplet: C9, 47 and 6E. RGB value is (201,71,110). Sum of RGB (Red+Green+Blue) = 201+71+110=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9476E is #36B891. Grayscale: #727272. Windows color (decimal): -3586194 or 7227337. OLE color: 7227337.

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

Color convert

RGB 201 71 110 -
CMYK 0 0.65 0.45 0.21
HSL 342º 0.55% 0.53% -
HSV(B) 342º 0.65% 0.79% -
XYZ 29.16 18.05 16.7 -
YUV 114.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 201 71 110 0 0.65 0.45 0.21 342 0.55 0.53
Hex C9 47 6E 0 41 2D 15 156 37 35
Octal 311 107 156 0 101 55 25 526 67 65
Binary 11001001 1000111 1101110 0 1000001 101101 10101 101010110 110111 110101

Color Harmonies of #C9476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9476E

Black with #C9476E

Text Example


Text Example

White with #C9476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9476E; }

 p { color: rgb(201,71,110); }

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

background-color css

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

 a { background-color: rgb(201,71,110); }

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

border-color css

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

 span { border-color: rgb(201,71,110); }

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