Html Css Color HEX #C5AE73 Putty

📋 copy color: '#C5AE73'

red 197 ◦ green 174 ◦ blue 115

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

Shades of Putty #C5AE73

Tints of Putty #C5AE73

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

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

R = 40.53%
G = 35.8%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5AE73 (or 0xC5AE73) is known color: Putty. HEX triplet: C5, AE and 73. RGB value is (197,174,115). Sum of RGB (Red+Green+Blue) = 197+174+115=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE73 is #3A518C. Grayscale: #AEAEAE. Windows color (decimal): -3821965 or 7581381. OLE color: 7581381.

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

Color convert

RGB 197 174 115 -
CMYK 0 0.12 0.42 0.23
HSL 43.17º 0.41% 0.61% -
HSV(B) 43.17º 0.42% 0.77% -
XYZ 41.26 43.38 22.42 -
YUV 174.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 197 174 115 0 0.12 0.42 0.23 43.17 0.41 0.61
Hex C5 AE 73 0 C 2A 17 2B 29 3D
Octal 305 256 163 0 14 52 27 53 51 75
Binary 11000101 10101110 1110011 0 1100 101010 10111 101011 101001 111101

Color Harmonies of #C5AE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE73

Black with #C5AE73

Text Example


Text Example

White with #C5AE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE73; }

 p { color: rgb(197,174,115); }

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

background-color css

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

 a { background-color: rgb(197,174,115); }

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

border-color css

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

 span { border-color: rgb(197,174,115); }

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