Html Css Color HEX #C9954D Tussock

📋 copy color: '#C9954D'

red 201 ◦ green 149 ◦ blue 77

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

Shades of Tussock #C9954D

Tints of Tussock #C9954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 47.07%
G = 34.89%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9954D (or 0xC9954D) is known color: Tussock. HEX triplet: C9, 95 and 4D. RGB value is (201,149,77). Sum of RGB (Red+Green+Blue) = 201+149+77=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9954D is #366AB2. Grayscale: #9C9C9C. Windows color (decimal): -3566259 or 5084617. OLE color: 5084617.

HSL color Cylindrical-coordinate representation of color #C9954D: hue angle of 34.84º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9954D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 77 -
CMYK 0 0.26 0.62 0.21
HSL 34.84º 0.53% 0.55% -
HSV(B) 34.84º 0.62% 0.79% -
XYZ 36.17 34.45 11.76 -
YUV 156.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 201 149 77 0 0.26 0.62 0.21 34.84 0.53 0.55
Hex C9 95 4D 0 1A 3E 15 23 35 37
Octal 311 225 115 0 32 76 25 43 65 67
Binary 11001001 10010101 1001101 0 11010 111110 10101 100011 110101 110111

Color Harmonies of #C9954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9954D

Black with #C9954D

Text Example


Text Example

White with #C9954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9954D; }

 p { color: rgb(201,149,77); }

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

background-color css

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

 a { background-color: rgb(201,149,77); }

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

border-color css

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

 span { border-color: rgb(201,149,77); }

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