Html Css Color HEX #C08649 Tussock

📋 copy color: '#C08649'

red 192 ◦ green 134 ◦ blue 73

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

Shades of Tussock #C08649

Tints of Tussock #C08649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

 BLUE value IS 73 (28.91% from 255) = 18.3%

R = 48.12%
G = 33.58%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08649 (or 0xC08649) is known color: Tussock. HEX triplet: C0, 86 and 49. RGB value is (192,134,73). Sum of RGB (Red+Green+Blue) = 192+134+73=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C08649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08649 is #3F79B6. Grayscale: #909090. Windows color (decimal): -4159927 or 4818624. OLE color: 4818624.

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

Color convert

RGB 192 134 73 -
CMYK 0 0.30 0.62 0.25
HSL 30.76º 0.49% 0.52% -
HSV(B) 30.76º 0.62% 0.75% -
XYZ 31.47 28.74 10.19 -
YUV 144.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 192 134 73 0 0.30 0.62 0.25 30.76 0.49 0.52
Hex C0 86 49 0 1E 3E 19 1F 31 34
Octal 300 206 111 0 36 76 31 37 61 64
Binary 11000000 10000110 1001001 0 11110 111110 11001 11111 110001 110100

Color Harmonies of #C08649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08649

Black with #C08649

Text Example


Text Example

White with #C08649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08649; }

 p { color: rgb(192,134,73); }

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

background-color css

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

 a { background-color: rgb(192,134,73); }

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

border-color css

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

 span { border-color: rgb(192,134,73); }

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