Html Css Color HEX #C7934B Tussock

📋 copy color: '#C7934B'

red 199 ◦ green 147 ◦ blue 75

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

Shades of Tussock #C7934B

Tints of Tussock #C7934B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.81%

R = 47.27%
G = 34.92%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7934B (or 0xC7934B) is known color: Tussock. HEX triplet: C7, 93 and 4B. RGB value is (199,147,75). Sum of RGB (Red+Green+Blue) = 199+147+75=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7934B is #386CB4. Grayscale: #9A9A9A. Windows color (decimal): -3697845 or 4953031. OLE color: 4953031.

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

Color convert

RGB 199 147 75 -
CMYK 0 0.26 0.62 0.22
HSL 34.84º 0.53% 0.54% -
HSV(B) 34.84º 0.62% 0.78% -
XYZ 35.26 33.52 11.27 -
YUV 154.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 199 147 75 0 0.26 0.62 0.22 34.84 0.53 0.54
Hex C7 93 4B 0 1A 3E 16 23 35 36
Octal 307 223 113 0 32 76 26 43 65 66
Binary 11000111 10010011 1001011 0 11010 111110 10110 100011 110101 110110

Color Harmonies of #C7934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7934B

Black with #C7934B

Text Example


Text Example

White with #C7934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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