Html Css Color HEX #C8934A Tussock

📋 copy color: '#C8934A'

red 200 ◦ green 147 ◦ blue 74

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

Shades of Tussock #C8934A

Tints of Tussock #C8934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.92%

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 47.51%
G = 34.92%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8934A (or 0xC8934A) is known color: Tussock. HEX triplet: C8, 93 and 4A. RGB value is (200,147,74). Sum of RGB (Red+Green+Blue) = 200+147+74=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8934A is #376CB5. Grayscale: #9A9A9A. Windows color (decimal): -3632310 or 4887496. OLE color: 4887496.

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

Color convert

RGB 200 147 74 -
CMYK 0 0.26 0.63 0.22
HSL 34.76º 0.53% 0.54% -
HSV(B) 34.76º 0.63% 0.78% -
XYZ 35.49 33.64 11.1 -
YUV 154.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 200 147 74 0 0.26 0.63 0.22 34.76 0.53 0.54
Hex C8 93 4A 0 1A 3F 16 23 35 36
Octal 310 223 112 0 32 77 26 43 65 66
Binary 11001000 10010011 1001010 0 11010 111111 10110 100011 110101 110110

Color Harmonies of #C8934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8934A

Black with #C8934A

Text Example


Text Example

White with #C8934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8934A; }

 p { color: rgb(200,147,74); }

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

background-color css

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

 a { background-color: rgb(200,147,74); }

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

border-color css

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

 span { border-color: rgb(200,147,74); }

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