Html Css Color HEX #C09445 Tussock

📋 copy color: '#C09445'

red 192 ◦ green 148 ◦ blue 69

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

Shades of Tussock #C09445

Tints of Tussock #C09445

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 69 (27.34% from 255) = 16.87%

R = 46.94%
G = 36.19%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09445 (or 0xC09445) is known color: Tussock. HEX triplet: C0, 94 and 45. RGB value is (192,148,69). Sum of RGB (Red+Green+Blue) = 192+148+69=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C09445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09445 is #3F6BBA. Grayscale: #989898. Windows color (decimal): -4156347 or 4560064. OLE color: 4560064.

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

Color convert

RGB 192 148 69 -
CMYK 0 0.23 0.64 0.25
HSL 38.54º 0.49% 0.51% -
HSV(B) 38.54º 0.64% 0.75% -
XYZ 33.4 32.82 10.2 -
YUV 152.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 192 148 69 0 0.23 0.64 0.25 38.54 0.49 0.51
Hex C0 94 45 0 17 40 19 27 31 33
Octal 300 224 105 0 27 100 31 47 61 63
Binary 11000000 10010100 1000101 0 10111 1000000 11001 100111 110001 110011

Color Harmonies of #C09445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09445

Black with #C09445

Text Example


Text Example

White with #C09445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09445; }

 p { color: rgb(192,148,69); }

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

background-color css

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

 a { background-color: rgb(192,148,69); }

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

border-color css

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

 span { border-color: rgb(192,148,69); }

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