Html Css Color HEX #C8924B Tussock

📋 copy color: '#C8924B'

red 200 ◦ green 146 ◦ blue 75

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

Shades of Tussock #C8924B

Tints of Tussock #C8924B

RGB

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

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

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

R = 47.51%
G = 34.68%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8924B (or 0xC8924B) is known color: Tussock. HEX triplet: C8, 92 and 4B. RGB value is (200,146,75). Sum of RGB (Red+Green+Blue) = 200+146+75=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8924B is #376DB4. Grayscale: #9A9A9A. Windows color (decimal): -3632565 or 4952776. OLE color: 4952776.

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

Color convert

RGB 200 146 75 -
CMYK 0 0.27 0.62 0.22
HSL 34.08º 0.53% 0.54% -
HSV(B) 34.08º 0.63% 0.78% -
XYZ 35.37 33.35 11.23 -
YUV 154.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 200 146 75 0 0.27 0.62 0.22 34.08 0.53 0.54
Hex C8 92 4B 0 1B 3E 16 22 35 36
Octal 310 222 113 0 33 76 26 42 65 66
Binary 11001000 10010010 1001011 0 11011 111110 10110 100010 110101 110110

Color Harmonies of #C8924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8924B

Black with #C8924B

Text Example


Text Example

White with #C8924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8924B; }

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

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

background-color css

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

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

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

border-color css

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

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

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