Html Css Color HEX #C7A56C Putty

📋 copy color: '#C7A56C'

red 199 ◦ green 165 ◦ blue 108

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

Shades of Putty #C7A56C

Tints of Putty #C7A56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 42.16%
G = 34.96%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7A56C (or 0xC7A56C) is known color: Putty. HEX triplet: C7, A5 and 6C. RGB value is (199,165,108). Sum of RGB (Red+Green+Blue) = 199+165+108=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A56C is #385A93. Grayscale: #A8A8A8. Windows color (decimal): -3693204 or 7120327. OLE color: 7120327.

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

Color convert

RGB 199 165 108 -
CMYK 0 0.17 0.46 0.22
HSL 37.58º 0.45% 0.6% -
HSV(B) 37.58º 0.46% 0.78% -
XYZ 39.72 40.14 19.84 -
YUV 168.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 199 165 108 0 0.17 0.46 0.22 37.58 0.45 0.6
Hex C7 A5 6C 0 11 2E 16 26 2D 3C
Octal 307 245 154 0 21 56 26 46 55 74
Binary 11000111 10100101 1101100 0 10001 101110 10110 100110 101101 111100

Color Harmonies of #C7A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A56C

Black with #C7A56C

Text Example


Text Example

White with #C7A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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