Html Css Color HEX #C09645 Tussock

📋 copy color: '#C09645'

red 192 ◦ green 150 ◦ blue 69

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

Shades of Tussock #C09645

Tints of Tussock #C09645

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

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

R = 46.72%
G = 36.5%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09645 (or 0xC09645) is known color: Tussock. HEX triplet: C0, 96 and 45. RGB value is (192,150,69). Sum of RGB (Red+Green+Blue) = 192+150+69=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C09645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09645 is #3F69BA. Grayscale: #999999. Windows color (decimal): -4155835 or 4560576. OLE color: 4560576.

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

Color convert

RGB 192 150 69 -
CMYK 0 0.22 0.64 0.25
HSL 39.51º 0.49% 0.51% -
HSV(B) 39.51º 0.64% 0.75% -
XYZ 33.72 33.45 10.31 -
YUV 153.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 192 150 69 0 0.22 0.64 0.25 39.51 0.49 0.51
Hex C0 96 45 0 16 40 19 28 31 33
Octal 300 226 105 0 26 100 31 50 61 63
Binary 11000000 10010110 1000101 0 10110 1000000 11001 101000 110001 110011

Color Harmonies of #C09645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09645

Black with #C09645

Text Example


Text Example

White with #C09645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09645; }

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

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

background-color css

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

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

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

border-color css

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

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

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