Html Css Color HEX #C7AD72 Putty

📋 copy color: '#C7AD72'

red 199 ◦ green 173 ◦ blue 114

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

Shades of Putty #C7AD72

Tints of Putty #C7AD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 40.95%
G = 35.6%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7AD72 (or 0xC7AD72) is known color: Putty. HEX triplet: C7, AD and 72. RGB value is (199,173,114). Sum of RGB (Red+Green+Blue) = 199+173+114=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD72 is #38528D. Grayscale: #AEAEAE. Windows color (decimal): -3691150 or 7515591. OLE color: 7515591.

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

Color convert

RGB 199 173 114 -
CMYK 0 0.13 0.43 0.22
HSL 41.65º 0.43% 0.61% -
HSV(B) 41.65º 0.43% 0.78% -
XYZ 41.53 43.24 22.08 -
YUV 174.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 199 173 114 0 0.13 0.43 0.22 41.65 0.43 0.61
Hex C7 AD 72 0 D 2B 16 2A 2B 3D
Octal 307 255 162 0 15 53 26 52 53 75
Binary 11000111 10101101 1110010 0 1101 101011 10110 101010 101011 111101

Color Harmonies of #C7AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD72

Black with #C7AD72

Text Example


Text Example

White with #C7AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD72; }

 p { color: rgb(199,173,114); }

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

background-color css

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

 a { background-color: rgb(199,173,114); }

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

border-color css

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

 span { border-color: rgb(199,173,114); }

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