Html Css Color HEX #C7AD78 Putty

📋 copy color: '#C7AD78'

red 199 ◦ green 173 ◦ blue 120

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

Shades of Putty #C7AD78

Tints of Putty #C7AD78

RGB

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

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

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

R = 40.45%
G = 35.16%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C7AD78 (or 0xC7AD78) is known color: Putty. HEX triplet: C7, AD and 78. RGB value is (199,173,120). Sum of RGB (Red+Green+Blue) = 199+173+120=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD78 is #385287. Grayscale: #AEAEAE. Windows color (decimal): -3691144 or 7908807. OLE color: 7908807.

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

Color convert

RGB 199 173 120 -
CMYK 0 0.13 0.40 0.22
HSL 40.25º 0.41% 0.63% -
HSV(B) 40.25º 0.4% 0.78% -
XYZ 41.89 43.39 23.94 -
YUV 174.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 199 173 120 0 0.13 0.40 0.22 40.25 0.41 0.63
Hex C7 AD 78 0 D 28 16 28 29 3F
Octal 307 255 170 0 15 50 26 50 51 77
Binary 11000111 10101101 1111000 0 1101 101000 10110 101000 101001 111111

Color Harmonies of #C7AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD78

Black with #C7AD78

Text Example


Text Example

White with #C7AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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