Html Css Color HEX #C7A576 Putty

📋 copy color: '#C7A576'

red 199 ◦ green 165 ◦ blue 118

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

Shades of Putty #C7A576

Tints of Putty #C7A576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 41.29%
G = 34.23%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7A576 (or 0xC7A576) is known color: Putty. HEX triplet: C7, A5 and 76. RGB value is (199,165,118). Sum of RGB (Red+Green+Blue) = 199+165+118=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A576 is #385A89. Grayscale: #AAAAAA. Windows color (decimal): -3693194 or 7775687. OLE color: 7775687.

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

Color convert

RGB 199 165 118 -
CMYK 0 0.17 0.41 0.22
HSL 34.81º 0.42% 0.62% -
HSV(B) 34.81º 0.41% 0.78% -
XYZ 40.28 40.36 22.81 -
YUV 169.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 199 165 118 0 0.17 0.41 0.22 34.81 0.42 0.62
Hex C7 A5 76 0 11 29 16 23 2A 3E
Octal 307 245 166 0 21 51 26 43 52 76
Binary 11000111 10100101 1110110 0 10001 101001 10110 100011 101010 111110

Color Harmonies of #C7A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A576

Black with #C7A576

Text Example


Text Example

White with #C7A576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A576; }

 p { color: rgb(199,165,118); }

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

background-color css

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

 a { background-color: rgb(199,165,118); }

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

border-color css

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

 span { border-color: rgb(199,165,118); }

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