Html Css Color HEX #C8984F Tussock

📋 copy color: '#C8984F'

red 200 ◦ green 152 ◦ blue 79

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

Shades of Tussock #C8984F

Tints of Tussock #C8984F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.33%

R = 46.4%
G = 35.27%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8984F (or 0xC8984F) is known color: Tussock. HEX triplet: C8, 98 and 4F. RGB value is (200,152,79). Sum of RGB (Red+Green+Blue) = 200+152+79=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8984F is #3767B0. Grayscale: #9E9E9E. Windows color (decimal): -3631025 or 5216456. OLE color: 5216456.

HSL color Cylindrical-coordinate representation of color #C8984F: hue angle of 36.2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8984F is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 152 79 -
CMYK 0 0.24 0.60 0.22
HSL 36.2º 0.52% 0.55% -
HSV(B) 36.2º 0.61% 0.78% -
XYZ 36.46 35.3 12.29 -
YUV 158.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 200 152 79 0 0.24 0.60 0.22 36.2 0.52 0.55
Hex C8 98 4F 0 18 3C 16 24 34 37
Octal 310 230 117 0 30 74 26 44 64 67
Binary 11001000 10011000 1001111 0 11000 111100 10110 100100 110100 110111

Color Harmonies of #C8984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8984F

Black with #C8984F

Text Example


Text Example

White with #C8984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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