Html Css Color HEX #C7AB73 Putty

📋 copy color: '#C7AB73'

red 199 ◦ green 171 ◦ blue 115

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

Shades of Putty #C7AB73

Tints of Putty #C7AB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 41.03%
G = 35.26%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7AB73 (or 0xC7AB73) is known color: Putty. HEX triplet: C7, AB and 73. RGB value is (199,171,115). Sum of RGB (Red+Green+Blue) = 199+171+115=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB73 is #38548C. Grayscale: #ADADAD. Windows color (decimal): -3691661 or 7580615. OLE color: 7580615.

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

Color convert

RGB 199 171 115 -
CMYK 0 0.14 0.42 0.22
HSL 40º 0.43% 0.62% -
HSV(B) 40º 0.42% 0.78% -
XYZ 41.21 42.51 22.25 -
YUV 172.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 199 171 115 0 0.14 0.42 0.22 40 0.43 0.62
Hex C7 AB 73 0 E 2A 16 28 2B 3E
Octal 307 253 163 0 16 52 26 50 53 76
Binary 11000111 10101011 1110011 0 1110 101010 10110 101000 101011 111110

Color Harmonies of #C7AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB73

Black with #C7AB73

Text Example


Text Example

White with #C7AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB73; }

 p { color: rgb(199,171,115); }

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

background-color css

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

 a { background-color: rgb(199,171,115); }

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

border-color css

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

 span { border-color: rgb(199,171,115); }

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