Html Css Color HEX #C08F4E Tussock

📋 copy color: '#C08F4E'

red 192 ◦ green 143 ◦ blue 78

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

Shades of Tussock #C08F4E

Tints of Tussock #C08F4E

RGB

 RED value IS 192 (75.39% from 255) = 46.49%

 GREEN value IS 143 (56.25% from 255) = 34.62%

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 46.49%
G = 34.62%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C08F4E (or 0xC08F4E) is known color: Tussock. HEX triplet: C0, 8F and 4E. RGB value is (192,143,78). Sum of RGB (Red+Green+Blue) = 192+143+78=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F4E is #3F70B1. Grayscale: #969696. Windows color (decimal): -4157618 or 5148608. OLE color: 5148608.

HSL color Cylindrical-coordinate representation of color #C08F4E: hue angle of 34.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C08F4E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 78 -
CMYK 0 0.26 0.59 0.25
HSL 34.21º 0.48% 0.53% -
HSV(B) 34.21º 0.59% 0.75% -
XYZ 32.94 31.4 11.53 -
YUV 150.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 192 143 78 0 0.26 0.59 0.25 34.21 0.48 0.53
Hex C0 8F 4E 0 1A 3B 19 22 30 35
Octal 300 217 116 0 32 73 31 42 60 65
Binary 11000000 10001111 1001110 0 11010 111011 11001 100010 110000 110101

Color Harmonies of #C08F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F4E

Black with #C08F4E

Text Example


Text Example

White with #C08F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F4E; }

 p { color: rgb(192,143,78); }

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

background-color css

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

 a { background-color: rgb(192,143,78); }

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

border-color css

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

 span { border-color: rgb(192,143,78); }

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