Html Css Color HEX #C0994F Tussock

📋 copy color: '#C0994F'

red 192 ◦ green 153 ◦ blue 79

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

Shades of Tussock #C0994F

Tints of Tussock #C0994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

 BLUE value IS 79 (31.25% from 255) = 18.63%

R = 45.28%
G = 36.08%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0994F (or 0xC0994F) is known color: Tussock. HEX triplet: C0, 99 and 4F. RGB value is (192,153,79). Sum of RGB (Red+Green+Blue) = 192+153+79=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0994F is #3F66B0. Grayscale: #9C9C9C. Windows color (decimal): -4155057 or 5216704. OLE color: 5216704.

HSL color Cylindrical-coordinate representation of color #C0994F: hue angle of 39.29º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0994F is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 79 -
CMYK 0 0.20 0.59 0.25
HSL 39.29º 0.47% 0.53% -
HSV(B) 39.29º 0.59% 0.75% -
XYZ 34.54 34.55 12.25 -
YUV 156.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 192 153 79 0 0.20 0.59 0.25 39.29 0.47 0.53
Hex C0 99 4F 0 14 3B 19 27 2F 35
Octal 300 231 117 0 24 73 31 47 57 65
Binary 11000000 10011001 1001111 0 10100 111011 11001 100111 101111 110101

Color Harmonies of #C0994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0994F

Black with #C0994F

Text Example


Text Example

White with #C0994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0994F; }

 p { color: rgb(192,153,79); }

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

background-color css

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

 a { background-color: rgb(192,153,79); }

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

border-color css

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

 span { border-color: rgb(192,153,79); }

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