Html Css Color HEX #C09A48 Tussock

📋 copy color: '#C09A48'

red 192 ◦ green 154 ◦ blue 72

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

Shades of Tussock #C09A48

Tints of Tussock #C09A48

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

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

R = 45.93%
G = 36.84%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C09A48 (or 0xC09A48) is known color: Tussock. HEX triplet: C0, 9A and 48. RGB value is (192,154,72). Sum of RGB (Red+Green+Blue) = 192+154+72=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A48 is #3F65B7. Grayscale: #9C9C9C. Windows color (decimal): -4154808 or 4758208. OLE color: 4758208.

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

Color convert

RGB 192 154 72 -
CMYK 0 0.20 0.63 0.25
HSL 41º 0.49% 0.52% -
HSV(B) 41º 0.63% 0.75% -
XYZ 34.46 34.79 11.03 -
YUV 156.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 192 154 72 0 0.20 0.63 0.25 41 0.49 0.52
Hex C0 9A 48 0 14 3F 19 29 31 34
Octal 300 232 110 0 24 77 31 51 61 64
Binary 11000000 10011010 1001000 0 10100 111111 11001 101001 110001 110100

Color Harmonies of #C09A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A48

Black with #C09A48

Text Example


Text Example

White with #C09A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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