Html Css Color HEX #C08A48 Tussock

📋 copy color: '#C08A48'

red 192 ◦ green 138 ◦ blue 72

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

Shades of Tussock #C08A48

Tints of Tussock #C08A48

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

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

R = 47.76%
G = 34.33%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C08A48 (or 0xC08A48) is known color: Tussock. HEX triplet: C0, 8A and 48. RGB value is (192,138,72). Sum of RGB (Red+Green+Blue) = 192+138+72=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A48 is #3F75B7. Grayscale: #929292. Windows color (decimal): -4158904 or 4754112. OLE color: 4754112.

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

Color convert

RGB 192 138 72 -
CMYK 0 0.28 0.63 0.25
HSL 33º 0.49% 0.52% -
HSV(B) 33º 0.63% 0.75% -
XYZ 32 29.85 10.21 -
YUV 146.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 192 138 72 0 0.28 0.63 0.25 33 0.49 0.52
Hex C0 8A 48 0 1C 3F 19 21 31 34
Octal 300 212 110 0 34 77 31 41 61 64
Binary 11000000 10001010 1001000 0 11100 111111 11001 100001 110001 110100

Color Harmonies of #C08A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A48

Black with #C08A48

Text Example


Text Example

White with #C08A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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