Html Css Color HEX #C8984D Tussock

📋 copy color: '#C8984D'

red 200 ◦ green 152 ◦ blue 77

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

Shades of Tussock #C8984D

Tints of Tussock #C8984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

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

R = 46.62%
G = 35.43%
B = 17.95%

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

#C8984D (or 0xC8984D) is known color: Tussock. HEX triplet: C8, 98 and 4D. RGB value is (200,152,77). Sum of RGB (Red+Green+Blue) = 200+152+77=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8984D is #3767B2. Grayscale: #9E9E9E. Windows color (decimal): -3631027 or 5085384. OLE color: 5085384.

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

Color convert

RGB 200 152 77 -
CMYK 0 0.24 0.62 0.22
HSL 36.59º 0.53% 0.54% -
HSV(B) 36.59º 0.62% 0.78% -
XYZ 36.39 35.27 11.91 -
YUV 157.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 200 152 77 0 0.24 0.62 0.22 36.59 0.53 0.54
Hex C8 98 4D 0 18 3E 16 25 35 36
Octal 310 230 115 0 30 76 26 45 65 66
Binary 11001000 10011000 1001101 0 11000 111110 10110 100101 110101 110110

Color Harmonies of #C8984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8984D

Black with #C8984D

Text Example


Text Example

White with #C8984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8984D; }

 p { color: rgb(200,152,77); }

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

background-color css

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

 a { background-color: rgb(200,152,77); }

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

border-color css

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

 span { border-color: rgb(200,152,77); }

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