Html Css Color HEX #C9476A Cabaret

📋 copy color: '#C9476A'

red 201 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #C9476A

Tints of Cabaret #C9476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 53.17%
G = 18.78%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9476A (or 0xC9476A) is known color: Cabaret. HEX triplet: C9, 47 and 6A. RGB value is (201,71,106). Sum of RGB (Red+Green+Blue) = 201+71+106=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9476A is #36B895. Grayscale: #717171. Windows color (decimal): -3586198 or 6965193. OLE color: 6965193.

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

Color convert

RGB 201 71 106 -
CMYK 0 0.65 0.47 0.21
HSL 343.85º 0.55% 0.53% -
HSV(B) 343.85º 0.65% 0.79% -
XYZ 28.94 17.96 15.58 -
YUV 113.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 201 71 106 0 0.65 0.47 0.21 343.85 0.55 0.53
Hex C9 47 6A 0 41 2F 15 158 37 35
Octal 311 107 152 0 101 57 25 530 67 65
Binary 11001001 1000111 1101010 0 1000001 101111 10101 101011000 110111 110101

Color Harmonies of #C9476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9476A

Black with #C9476A

Text Example


Text Example

White with #C9476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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