Html Css Color HEX #C7AF73 Putty

📋 copy color: '#C7AF73'

red 199 ◦ green 175 ◦ blue 115

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

Shades of Putty #C7AF73

Tints of Putty #C7AF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

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

R = 40.7%
G = 35.79%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7AF73 (or 0xC7AF73) is known color: Putty. HEX triplet: C7, AF and 73. RGB value is (199,175,115). Sum of RGB (Red+Green+Blue) = 199+175+115=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF73 is #38508C. Grayscale: #AFAFAF. Windows color (decimal): -3690637 or 7581639. OLE color: 7581639.

HSL color Cylindrical-coordinate representation of color #C7AF73: hue angle of 42.86º 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 #C7AF73 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 115 -
CMYK 0 0.12 0.42 0.22
HSL 42.86º 0.43% 0.62% -
HSV(B) 42.86º 0.42% 0.78% -
XYZ 41.98 44.04 22.51 -
YUV 175.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 199 175 115 0 0.12 0.42 0.22 42.86 0.43 0.62
Hex C7 AF 73 0 C 2A 16 2B 2B 3E
Octal 307 257 163 0 14 52 26 53 53 76
Binary 11000111 10101111 1110011 0 1100 101010 10110 101011 101011 111110

Color Harmonies of #C7AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF73

Black with #C7AF73

Text Example


Text Example

White with #C7AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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