Html Css Color HEX #C0934C Tussock

📋 copy color: '#C0934C'

red 192 ◦ green 147 ◦ blue 76

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

Shades of Tussock #C0934C

Tints of Tussock #C0934C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 46.27%
G = 35.42%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0934C (or 0xC0934C) is known color: Tussock. HEX triplet: C0, 93 and 4C. RGB value is (192,147,76). Sum of RGB (Red+Green+Blue) = 192+147+76=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0934C is #3F6CB3. Grayscale: #989898. Windows color (decimal): -4156596 or 5018560. OLE color: 5018560.

HSL color Cylindrical-coordinate representation of color #C0934C: hue angle of 36.72º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0934C is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 76 -
CMYK 0 0.23 0.60 0.25
HSL 36.72º 0.48% 0.53% -
HSV(B) 36.72º 0.6% 0.75% -
XYZ 33.48 32.6 11.36 -
YUV 152.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 192 147 76 0 0.23 0.60 0.25 36.72 0.48 0.53
Hex C0 93 4C 0 17 3C 19 25 30 35
Octal 300 223 114 0 27 74 31 45 60 65
Binary 11000000 10010011 1001100 0 10111 111100 11001 100101 110000 110101

Color Harmonies of #C0934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0934C

Black with #C0934C

Text Example


Text Example

White with #C0934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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