Html Css Color HEX #C7AF78 Putty

📋 copy color: '#C7AF78'

red 199 ◦ green 175 ◦ blue 120

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

Shades of Putty #C7AF78

Tints of Putty #C7AF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 40.28%
G = 35.43%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C7AF78 (or 0xC7AF78) is known color: Putty. HEX triplet: C7, AF and 78. RGB value is (199,175,120). Sum of RGB (Red+Green+Blue) = 199+175+120=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF78 is #385087. Grayscale: #B0B0B0. Windows color (decimal): -3690632 or 7909319. OLE color: 7909319.

HSL color Cylindrical-coordinate representation of color #C7AF78: hue angle of 41.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7AF78 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 120 -
CMYK 0 0.12 0.40 0.22
HSL 41.77º 0.41% 0.63% -
HSV(B) 41.77º 0.4% 0.78% -
XYZ 42.27 44.16 24.06 -
YUV 175.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 199 175 120 0 0.12 0.40 0.22 41.77 0.41 0.63
Hex C7 AF 78 0 C 28 16 2A 29 3F
Octal 307 257 170 0 14 50 26 52 51 77
Binary 11000111 10101111 1111000 0 1100 101000 10110 101010 101001 111111

Color Harmonies of #C7AF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF78

Black with #C7AF78

Text Example


Text Example

White with #C7AF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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