Html Css Color HEX #C7944B Tussock

📋 copy color: '#C7944B'

red 199 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C7944B

Tints of Tussock #C7944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

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

R = 47.16%
G = 35.07%
B = 17.77%

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

#C7944B (or 0xC7944B) is known color: Tussock. HEX triplet: C7, 94 and 4B. RGB value is (199,148,75). Sum of RGB (Red+Green+Blue) = 199+148+75=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7944B is #386BB4. Grayscale: #9B9B9B. Windows color (decimal): -3697589 or 4953287. OLE color: 4953287.

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

Color convert

RGB 199 148 75 -
CMYK 0 0.26 0.62 0.22
HSL 35.32º 0.53% 0.54% -
HSV(B) 35.32º 0.62% 0.78% -
XYZ 35.41 33.83 11.32 -
YUV 154.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 199 148 75 0 0.26 0.62 0.22 35.32 0.53 0.54
Hex C7 94 4B 0 1A 3E 16 23 35 36
Octal 307 224 113 0 32 76 26 43 65 66
Binary 11000111 10010100 1001011 0 11010 111110 10110 100011 110101 110110

Color Harmonies of #C7944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7944B

Black with #C7944B

Text Example


Text Example

White with #C7944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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