Html Css Color HEX #C09045 Tussock

📋 copy color: '#C09045'

red 192 ◦ green 144 ◦ blue 69

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

Shades of Tussock #C09045

Tints of Tussock #C09045

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

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

R = 47.41%
G = 35.56%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09045 (or 0xC09045) is known color: Tussock. HEX triplet: C0, 90 and 45. RGB value is (192,144,69). Sum of RGB (Red+Green+Blue) = 192+144+69=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C09045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09045 is #3F6FBA. Grayscale: #969696. Windows color (decimal): -4157371 or 4559040. OLE color: 4559040.

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

Color convert

RGB 192 144 69 -
CMYK 0 0.25 0.64 0.25
HSL 36.59º 0.49% 0.51% -
HSV(B) 36.59º 0.64% 0.75% -
XYZ 32.79 31.58 10 -
YUV 149.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 192 144 69 0 0.25 0.64 0.25 36.59 0.49 0.51
Hex C0 90 45 0 19 40 19 25 31 33
Octal 300 220 105 0 31 100 31 45 61 63
Binary 11000000 10010000 1000101 0 11001 1000000 11001 100101 110001 110011

Color Harmonies of #C09045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09045

Black with #C09045

Text Example


Text Example

White with #C09045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09045; }

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

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

background-color css

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

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

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

border-color css

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

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

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