Html Css Color HEX #C9476C Cabaret

📋 copy color: '#C9476C'

red 201 ◦ green 71 ◦ blue 108

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

Shades of Cabaret #C9476C

Tints of Cabaret #C9476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 52.89%
G = 18.68%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9476C (or 0xC9476C) is known color: Cabaret. HEX triplet: C9, 47 and 6C. RGB value is (201,71,108). Sum of RGB (Red+Green+Blue) = 201+71+108=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9476C is #36B893. Grayscale: #727272. Windows color (decimal): -3586196 or 7096265. OLE color: 7096265.

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

Color convert

RGB 201 71 108 -
CMYK 0 0.65 0.46 0.21
HSL 342.92º 0.55% 0.53% -
HSV(B) 342.92º 0.65% 0.79% -
XYZ 29.05 18.01 16.13 -
YUV 114.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 201 71 108 0 0.65 0.46 0.21 342.92 0.55 0.53
Hex C9 47 6C 0 41 2E 15 157 37 35
Octal 311 107 154 0 101 56 25 527 67 65
Binary 11001001 1000111 1101100 0 1000001 101110 10101 101010111 110111 110101

Color Harmonies of #C9476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9476C

Black with #C9476C

Text Example


Text Example

White with #C9476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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