Html Css Color HEX #C8944B Tussock

📋 copy color: '#C8944B'

red 200 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C8944B

Tints of Tussock #C8944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

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

R = 47.28%
G = 34.99%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8944B (or 0xC8944B) is known color: Tussock. HEX triplet: C8, 94 and 4B. RGB value is (200,148,75). Sum of RGB (Red+Green+Blue) = 200+148+75=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8944B is #376BB4. Grayscale: #9B9B9B. Windows color (decimal): -3632053 or 4953288. OLE color: 4953288.

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

Color convert

RGB 200 148 75 -
CMYK 0 0.26 0.62 0.22
HSL 35.04º 0.53% 0.54% -
HSV(B) 35.04º 0.63% 0.78% -
XYZ 35.68 33.97 11.33 -
YUV 155.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 200 148 75 0 0.26 0.62 0.22 35.04 0.53 0.54
Hex C8 94 4B 0 1A 3E 16 23 35 36
Octal 310 224 113 0 32 76 26 43 65 66
Binary 11001000 10010100 1001011 0 11010 111110 10110 100011 110101 110110

Color Harmonies of #C8944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8944B

Black with #C8944B

Text Example


Text Example

White with #C8944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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