Html Css Color HEX #C08F4C Tussock

📋 copy color: '#C08F4C'

red 192 ◦ green 143 ◦ blue 76

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

Shades of Tussock #C08F4C

Tints of Tussock #C08F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 46.72%
G = 34.79%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C08F4C (or 0xC08F4C) is known color: Tussock. HEX triplet: C0, 8F and 4C. RGB value is (192,143,76). Sum of RGB (Red+Green+Blue) = 192+143+76=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F4C is #3F70B3. Grayscale: #969696. Windows color (decimal): -4157620 or 5017536. OLE color: 5017536.

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

Color convert

RGB 192 143 76 -
CMYK 0 0.26 0.60 0.25
HSL 34.66º 0.48% 0.53% -
HSV(B) 34.66º 0.6% 0.75% -
XYZ 32.87 31.37 11.16 -
YUV 150.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 192 143 76 0 0.26 0.60 0.25 34.66 0.48 0.53
Hex C0 8F 4C 0 1A 3C 19 23 30 35
Octal 300 217 114 0 32 74 31 43 60 65
Binary 11000000 10001111 1001100 0 11010 111100 11001 100011 110000 110101

Color Harmonies of #C08F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F4C

Black with #C08F4C

Text Example


Text Example

White with #C08F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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