Html Css Color HEX #C7934D Tussock

📋 copy color: '#C7934D'

red 199 ◦ green 147 ◦ blue 77

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

Shades of Tussock #C7934D

Tints of Tussock #C7934D

RGB

 RED value IS 199 (78.13% from 255) = 47.04%

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

 BLUE value IS 77 (30.47% from 255) = 18.2%

R = 47.04%
G = 34.75%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7934D (or 0xC7934D) is known color: Tussock. HEX triplet: C7, 93 and 4D. RGB value is (199,147,77). Sum of RGB (Red+Green+Blue) = 199+147+77=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7934D is #386CB2. Grayscale: #9A9A9A. Windows color (decimal): -3697843 or 5084103. OLE color: 5084103.

HSL color Cylindrical-coordinate representation of color #C7934D: hue angle of 34.43º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7934D is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 147 77 -
CMYK 0 0.26 0.61 0.22
HSL 34.43º 0.52% 0.54% -
HSV(B) 34.43º 0.61% 0.78% -
XYZ 35.33 33.55 11.63 -
YUV 154.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 199 147 77 0 0.26 0.61 0.22 34.43 0.52 0.54
Hex C7 93 4D 0 1A 3D 16 22 34 36
Octal 307 223 115 0 32 75 26 42 64 66
Binary 11000111 10010011 1001101 0 11010 111101 10110 100010 110100 110110

Color Harmonies of #C7934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7934D

Black with #C7934D

Text Example


Text Example

White with #C7934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7934D; }

 p { color: rgb(199,147,77); }

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

background-color css

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

 a { background-color: rgb(199,147,77); }

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

border-color css

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

 span { border-color: rgb(199,147,77); }

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