Html Css Color HEX #C7AF72 Putty

📋 copy color: '#C7AF72'

red 199 ◦ green 175 ◦ blue 114

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

Shades of Putty #C7AF72

Tints of Putty #C7AF72

RGB

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

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

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

R = 40.78%
G = 35.86%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7AF72 (or 0xC7AF72) is known color: Putty. HEX triplet: C7, AF and 72. RGB value is (199,175,114). Sum of RGB (Red+Green+Blue) = 199+175+114=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF72 is #38508D. Grayscale: #AFAFAF. Windows color (decimal): -3690638 or 7516103. OLE color: 7516103.

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

Color convert

RGB 199 175 114 -
CMYK 0 0.12 0.43 0.22
HSL 43.06º 0.43% 0.61% -
HSV(B) 43.06º 0.43% 0.78% -
XYZ 41.92 44.02 22.21 -
YUV 175.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 199 175 114 0 0.12 0.43 0.22 43.06 0.43 0.61
Hex C7 AF 72 0 C 2B 16 2B 2B 3D
Octal 307 257 162 0 14 53 26 53 53 75
Binary 11000111 10101111 1110010 0 1100 101011 10110 101011 101011 111101

Color Harmonies of #C7AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF72

Black with #C7AF72

Text Example


Text Example

White with #C7AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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