Html Css Color HEX #C8954B Tussock

📋 copy color: '#C8954B'

red 200 ◦ green 149 ◦ blue 75

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

Shades of Tussock #C8954B

Tints of Tussock #C8954B

RGB

 RED value IS 200 (78.52% from 255) = 47.17%

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

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 47.17%
G = 35.14%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8954B (or 0xC8954B) is known color: Tussock. HEX triplet: C8, 95 and 4B. RGB value is (200,149,75). Sum of RGB (Red+Green+Blue) = 200+149+75=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8954B is #376AB4. Grayscale: #9C9C9C. Windows color (decimal): -3631797 or 4953544. OLE color: 4953544.

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

Color convert

RGB 200 149 75 -
CMYK 0 0.26 0.62 0.22
HSL 35.52º 0.53% 0.54% -
HSV(B) 35.52º 0.63% 0.78% -
XYZ 35.84 34.28 11.38 -
YUV 155.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 200 149 75 0 0.26 0.62 0.22 35.52 0.53 0.54
Hex C8 95 4B 0 1A 3E 16 24 35 36
Octal 310 225 113 0 32 76 26 44 65 66
Binary 11001000 10010101 1001011 0 11010 111110 10110 100100 110101 110110

Color Harmonies of #C8954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8954B

Black with #C8954B

Text Example


Text Example

White with #C8954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8954B; }

 p { color: rgb(200,149,75); }

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

background-color css

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

 a { background-color: rgb(200,149,75); }

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

border-color css

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

 span { border-color: rgb(200,149,75); }

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