Html Css Color HEX #C0934F Tussock

📋 copy color: '#C0934F'

red 192 ◦ green 147 ◦ blue 79

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

Shades of Tussock #C0934F

Tints of Tussock #C0934F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

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

R = 45.93%
G = 35.17%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0934F (or 0xC0934F) is known color: Tussock. HEX triplet: C0, 93 and 4F. RGB value is (192,147,79). Sum of RGB (Red+Green+Blue) = 192+147+79=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0934F is #3F6CB0. Grayscale: #999999. Windows color (decimal): -4156593 or 5215168. OLE color: 5215168.

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

Color convert

RGB 192 147 79 -
CMYK 0 0.23 0.59 0.25
HSL 36.11º 0.47% 0.53% -
HSV(B) 36.11º 0.59% 0.75% -
XYZ 33.58 32.64 11.93 -
YUV 152.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 192 147 79 0 0.23 0.59 0.25 36.11 0.47 0.53
Hex C0 93 4F 0 17 3B 19 24 2F 35
Octal 300 223 117 0 27 73 31 44 57 65
Binary 11000000 10010011 1001111 0 10111 111011 11001 100100 101111 110101

Color Harmonies of #C0934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0934F

Black with #C0934F

Text Example


Text Example

White with #C0934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0934F; }

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

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

background-color css

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

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

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

border-color css

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

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

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