Html Css Color HEX #C8994B Tussock

📋 copy color: '#C8994B'

red 200 ◦ green 153 ◦ blue 75

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

Shades of Tussock #C8994B

Tints of Tussock #C8994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

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

R = 46.73%
G = 35.75%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8994B (or 0xC8994B) is known color: Tussock. HEX triplet: C8, 99 and 4B. RGB value is (200,153,75). Sum of RGB (Red+Green+Blue) = 200+153+75=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8994B is #3766B4. Grayscale: #9E9E9E. Windows color (decimal): -3630773 or 4954568. OLE color: 4954568.

HSL color Cylindrical-coordinate representation of color #C8994B: hue angle of 37.44º 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 #C8994B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 75 -
CMYK 0 0.24 0.62 0.22
HSL 37.44º 0.53% 0.54% -
HSV(B) 37.44º 0.63% 0.78% -
XYZ 36.48 35.57 11.6 -
YUV 158.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 200 153 75 0 0.24 0.62 0.22 37.44 0.53 0.54
Hex C8 99 4B 0 18 3E 16 25 35 36
Octal 310 231 113 0 30 76 26 45 65 66
Binary 11001000 10011001 1001011 0 11000 111110 10110 100101 110101 110110

Color Harmonies of #C8994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8994B

Black with #C8994B

Text Example


Text Example

White with #C8994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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