Html Css Color HEX #C5AD78 Putty

📋 copy color: '#C5AD78'

red 197 ◦ green 173 ◦ blue 120

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

Shades of Putty #C5AD78

Tints of Putty #C5AD78

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

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

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

R = 40.2%
G = 35.31%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5AD78 (or 0xC5AD78) is known color: Putty. HEX triplet: C5, AD and 78. RGB value is (197,173,120). Sum of RGB (Red+Green+Blue) = 197+173+120=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD78 is #3A5287. Grayscale: #AEAEAE. Windows color (decimal): -3822216 or 7908805. OLE color: 7908805.

HSL color Cylindrical-coordinate representation of color #C5AD78: hue angle of 41.3º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5AD78 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 120 -
CMYK 0 0.12 0.39 0.23
HSL 41.3º 0.4% 0.62% -
HSV(B) 41.3º 0.39% 0.77% -
XYZ 41.36 43.11 23.91 -
YUV 174.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 197 173 120 0 0.12 0.39 0.23 41.3 0.4 0.62
Hex C5 AD 78 0 C 27 17 29 28 3E
Octal 305 255 170 0 14 47 27 51 50 76
Binary 11000101 10101101 1111000 0 1100 100111 10111 101001 101000 111110

Color Harmonies of #C5AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD78

Black with #C5AD78

Text Example


Text Example

White with #C5AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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