Html Css Color HEX #C09646 Tussock

📋 copy color: '#C09646'

red 192 ◦ green 150 ◦ blue 70

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

Shades of Tussock #C09646

Tints of Tussock #C09646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.99%

R = 46.6%
G = 36.41%
B = 16.99%

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

#C09646 (or 0xC09646) is known color: Tussock. HEX triplet: C0, 96 and 46. RGB value is (192,150,70). Sum of RGB (Red+Green+Blue) = 192+150+70=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C09646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09646 is #3F69B9. Grayscale: #999999. Windows color (decimal): -4155834 or 4626112. OLE color: 4626112.

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

Color convert

RGB 192 150 70 -
CMYK 0 0.22 0.64 0.25
HSL 39.34º 0.49% 0.51% -
HSV(B) 39.34º 0.64% 0.75% -
XYZ 33.75 33.46 10.47 -
YUV 153.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 192 150 70 0 0.22 0.64 0.25 39.34 0.49 0.51
Hex C0 96 46 0 16 40 19 27 31 33
Octal 300 226 106 0 26 100 31 47 61 63
Binary 11000000 10010110 1000110 0 10110 1000000 11001 100111 110001 110011

Color Harmonies of #C09646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09646

Black with #C09646

Text Example


Text Example

White with #C09646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09646; }

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

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

background-color css

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

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

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

border-color css

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

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

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