Html Css Color HEX #C08848 Tussock

📋 copy color: '#C08848'

red 192 ◦ green 136 ◦ blue 72

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

Shades of Tussock #C08848

Tints of Tussock #C08848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 48%
G = 34%
B = 18%

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

#C08848 (or 0xC08848) is known color: Tussock. HEX triplet: C0, 88 and 48. RGB value is (192,136,72). Sum of RGB (Red+Green+Blue) = 192+136+72=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C08848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08848 is #3F77B7. Grayscale: #919191. Windows color (decimal): -4159416 or 4753600. OLE color: 4753600.

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

Color convert

RGB 192 136 72 -
CMYK 0 0.29 0.63 0.25
HSL 32º 0.49% 0.52% -
HSV(B) 32º 0.63% 0.75% -
XYZ 31.71 29.28 10.11 -
YUV 145.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 192 136 72 0 0.29 0.63 0.25 32 0.49 0.52
Hex C0 88 48 0 1D 3F 19 20 31 34
Octal 300 210 110 0 35 77 31 40 61 64
Binary 11000000 10001000 1001000 0 11101 111111 11001 100000 110001 110100

Color Harmonies of #C08848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08848

Black with #C08848

Text Example


Text Example

White with #C08848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08848; }

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

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

background-color css

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

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

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

border-color css

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

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

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