Html Css Color HEX #C08E4A Tussock

📋 copy color: '#C08E4A'

red 192 ◦ green 142 ◦ blue 74

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

Shades of Tussock #C08E4A

Tints of Tussock #C08E4A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.8%

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

R = 47.06%
G = 34.8%
B = 18.14%

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

#C08E4A (or 0xC08E4A) is known color: Tussock. HEX triplet: C0, 8E and 4A. RGB value is (192,142,74). Sum of RGB (Red+Green+Blue) = 192+142+74=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E4A is #3F71B5. Grayscale: #959595. Windows color (decimal): -4157878 or 4886208. OLE color: 4886208.

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

Color convert

RGB 192 142 74 -
CMYK 0 0.26 0.61 0.25
HSL 34.58º 0.48% 0.52% -
HSV(B) 34.58º 0.61% 0.75% -
XYZ 32.65 31.05 10.75 -
YUV 149.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 192 142 74 0 0.26 0.61 0.25 34.58 0.48 0.52
Hex C0 8E 4A 0 1A 3D 19 23 30 34
Octal 300 216 112 0 32 75 31 43 60 64
Binary 11000000 10001110 1001010 0 11010 111101 11001 100011 110000 110100

Color Harmonies of #C08E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E4A

Black with #C08E4A

Text Example


Text Example

White with #C08E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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