Html Css Color HEX #C08F4A Tussock

📋 copy color: '#C08F4A'

red 192 ◦ green 143 ◦ blue 74

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

Shades of Tussock #C08F4A

Tints of Tussock #C08F4A

RGB

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

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

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

R = 46.94%
G = 34.96%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C08F4A (or 0xC08F4A) is known color: Tussock. HEX triplet: C0, 8F and 4A. RGB value is (192,143,74). Sum of RGB (Red+Green+Blue) = 192+143+74=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F4A is #3F70B5. Grayscale: #969696. Windows color (decimal): -4157622 or 4886464. OLE color: 4886464.

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

Color convert

RGB 192 143 74 -
CMYK 0 0.26 0.61 0.25
HSL 35.08º 0.48% 0.52% -
HSV(B) 35.08º 0.61% 0.75% -
XYZ 32.8 31.35 10.8 -
YUV 149.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 192 143 74 0 0.26 0.61 0.25 35.08 0.48 0.52
Hex C0 8F 4A 0 1A 3D 19 23 30 34
Octal 300 217 112 0 32 75 31 43 60 64
Binary 11000000 10001111 1001010 0 11010 111101 11001 100011 110000 110100

Color Harmonies of #C08F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F4A

Black with #C08F4A

Text Example


Text Example

White with #C08F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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