Html Css Color HEX #C7914B Tussock

📋 copy color: '#C7914B'

red 199 ◦ green 145 ◦ blue 75

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

Shades of Tussock #C7914B

Tints of Tussock #C7914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 47.49%
G = 34.61%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7914B (or 0xC7914B) is known color: Tussock. HEX triplet: C7, 91 and 4B. RGB value is (199,145,75). Sum of RGB (Red+Green+Blue) = 199+145+75=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7914B is #386EB4. Grayscale: #999999. Windows color (decimal): -3698357 or 4952519. OLE color: 4952519.

HSL color Cylindrical-coordinate representation of color #C7914B: hue angle of 33.87º 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 #C7914B is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 75 -
CMYK 0 0.27 0.62 0.22
HSL 33.87º 0.53% 0.54% -
HSV(B) 33.87º 0.62% 0.78% -
XYZ 34.95 32.9 11.17 -
YUV 153.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 199 145 75 0 0.27 0.62 0.22 33.87 0.53 0.54
Hex C7 91 4B 0 1B 3E 16 22 35 36
Octal 307 221 113 0 33 76 26 42 65 66
Binary 11000111 10010001 1001011 0 11011 111110 10110 100010 110101 110110

Color Harmonies of #C7914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7914B

Black with #C7914B

Text Example


Text Example

White with #C7914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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