Html Css Color HEX #C8924A Tussock

📋 copy color: '#C8924A'

red 200 ◦ green 146 ◦ blue 74

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

Shades of Tussock #C8924A

Tints of Tussock #C8924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 47.62%
G = 34.76%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8924A (or 0xC8924A) is known color: Tussock. HEX triplet: C8, 92 and 4A. RGB value is (200,146,74). Sum of RGB (Red+Green+Blue) = 200+146+74=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8924A is #376DB5. Grayscale: #9A9A9A. Windows color (decimal): -3632566 or 4887240. OLE color: 4887240.

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

Color convert

RGB 200 146 74 -
CMYK 0 0.27 0.63 0.22
HSL 34.29º 0.53% 0.54% -
HSV(B) 34.29º 0.63% 0.78% -
XYZ 35.33 33.33 11.05 -
YUV 153.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 200 146 74 0 0.27 0.63 0.22 34.29 0.53 0.54
Hex C8 92 4A 0 1B 3F 16 22 35 36
Octal 310 222 112 0 33 77 26 42 65 66
Binary 11001000 10010010 1001010 0 11011 111111 10110 100010 110101 110110

Color Harmonies of #C8924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8924A

Black with #C8924A

Text Example


Text Example

White with #C8924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8924A; }

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

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

background-color css

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

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

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

border-color css

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

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

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