Html Css Color HEX #C7944C Tussock

📋 copy color: '#C7944C'

red 199 ◦ green 148 ◦ blue 76

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

Shades of Tussock #C7944C

Tints of Tussock #C7944C

RGB

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

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

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

R = 47.04%
G = 34.99%
B = 17.97%

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

#C7944C (or 0xC7944C) is known color: Tussock. HEX triplet: C7, 94 and 4C. RGB value is (199,148,76). Sum of RGB (Red+Green+Blue) = 199+148+76=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7944C is #386BB3. Grayscale: #9B9B9B. Windows color (decimal): -3697588 or 5018823. OLE color: 5018823.

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

Color convert

RGB 199 148 76 -
CMYK 0 0.26 0.62 0.22
HSL 35.12º 0.52% 0.54% -
HSV(B) 35.12º 0.62% 0.78% -
XYZ 35.45 33.84 11.5 -
YUV 155.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 199 148 76 0 0.26 0.62 0.22 35.12 0.52 0.54
Hex C7 94 4C 0 1A 3E 16 23 34 36
Octal 307 224 114 0 32 76 26 43 64 66
Binary 11000111 10010100 1001100 0 11010 111110 10110 100011 110100 110110

Color Harmonies of #C7944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7944C

Black with #C7944C

Text Example


Text Example

White with #C7944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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