Html Css Color HEX #C08948 Tussock

📋 copy color: '#C08948'

red 192 ◦ green 137 ◦ blue 72

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

Shades of Tussock #C08948

Tints of Tussock #C08948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 47.88%
G = 34.16%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C08948 (or 0xC08948) is known color: Tussock. HEX triplet: C0, 89 and 48. RGB value is (192,137,72). Sum of RGB (Red+Green+Blue) = 192+137+72=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C08948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08948 is #3F76B7. Grayscale: #929292. Windows color (decimal): -4159160 or 4753856. OLE color: 4753856.

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

Color convert

RGB 192 137 72 -
CMYK 0 0.29 0.63 0.25
HSL 32.5º 0.49% 0.52% -
HSV(B) 32.5º 0.63% 0.75% -
XYZ 31.85 29.57 10.16 -
YUV 146.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 192 137 72 0 0.29 0.63 0.25 32.5 0.49 0.52
Hex C0 89 48 0 1D 3F 19 20 31 34
Octal 300 211 110 0 35 77 31 40 61 64
Binary 11000000 10001001 1001000 0 11101 111111 11001 100000 110001 110100

Color Harmonies of #C08948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08948

Black with #C08948

Text Example


Text Example

White with #C08948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08948; }

 p { color: rgb(192,137,72); }

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

background-color css

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

 a { background-color: rgb(192,137,72); }

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

border-color css

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

 span { border-color: rgb(192,137,72); }

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