Html Css Color HEX #C09649 Tussock

📋 copy color: '#C09649'

red 192 ◦ green 150 ◦ blue 73

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

Shades of Tussock #C09649

Tints of Tussock #C09649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 46.27%
G = 36.14%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C09649 (or 0xC09649) is known color: Tussock. HEX triplet: C0, 96 and 49. RGB value is (192,150,73). Sum of RGB (Red+Green+Blue) = 192+150+73=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C09649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09649 is #3F69B6. Grayscale: #9A9A9A. Windows color (decimal): -4155831 or 4822720. OLE color: 4822720.

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

Color convert

RGB 192 150 73 -
CMYK 0 0.22 0.62 0.25
HSL 38.82º 0.49% 0.52% -
HSV(B) 38.82º 0.62% 0.75% -
XYZ 33.85 33.5 10.99 -
YUV 153.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 192 150 73 0 0.22 0.62 0.25 38.82 0.49 0.52
Hex C0 96 49 0 16 3E 19 27 31 34
Octal 300 226 111 0 26 76 31 47 61 64
Binary 11000000 10010110 1001001 0 10110 111110 11001 100111 110001 110100

Color Harmonies of #C09649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09649

Black with #C09649

Text Example


Text Example

White with #C09649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09649; }

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

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

background-color css

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

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

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

border-color css

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

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

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