Html Css Color HEX #C7A56E Putty

📋 copy color: '#C7A56E'

red 199 ◦ green 165 ◦ blue 110

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

Shades of Putty #C7A56E

Tints of Putty #C7A56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 41.98%
G = 34.81%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7A56E (or 0xC7A56E) is known color: Putty. HEX triplet: C7, A5 and 6E. RGB value is (199,165,110). Sum of RGB (Red+Green+Blue) = 199+165+110=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A56E is #385A91. Grayscale: #A9A9A9. Windows color (decimal): -3693202 or 7251399. OLE color: 7251399.

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

Color convert

RGB 199 165 110 -
CMYK 0 0.17 0.45 0.22
HSL 37.08º 0.44% 0.61% -
HSV(B) 37.08º 0.45% 0.78% -
XYZ 39.82 40.18 20.41 -
YUV 168.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 199 165 110 0 0.17 0.45 0.22 37.08 0.44 0.61
Hex C7 A5 6E 0 11 2D 16 25 2C 3D
Octal 307 245 156 0 21 55 26 45 54 75
Binary 11000111 10100101 1101110 0 10001 101101 10110 100101 101100 111101

Color Harmonies of #C7A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A56E

Black with #C7A56E

Text Example


Text Example

White with #C7A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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