Html Css Color HEX #C5A873 Putty

📋 copy color: '#C5A873'

red 197 ◦ green 168 ◦ blue 115

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

Shades of Putty #C5A873

Tints of Putty #C5A873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

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

R = 41.04%
G = 35%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5A873 (or 0xC5A873) is known color: Putty. HEX triplet: C5, A8 and 73. RGB value is (197,168,115). Sum of RGB (Red+Green+Blue) = 197+168+115=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A873 is #3A578C. Grayscale: #AAAAAA. Windows color (decimal): -3823501 or 7579845. OLE color: 7579845.

HSL color Cylindrical-coordinate representation of color #C5A873: hue angle of 38.78º 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 #C5A873 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 168 115 -
CMYK 0 0.15 0.42 0.23
HSL 38.78º 0.41% 0.61% -
HSV(B) 38.78º 0.42% 0.77% -
XYZ 40.12 41.11 22.04 -
YUV 170.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 197 168 115 0 0.15 0.42 0.23 38.78 0.41 0.61
Hex C5 A8 73 0 F 2A 17 27 29 3D
Octal 305 250 163 0 17 52 27 47 51 75
Binary 11000101 10101000 1110011 0 1111 101010 10111 100111 101001 111101

Color Harmonies of #C5A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A873

Black with #C5A873

Text Example


Text Example

White with #C5A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A873; }

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

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

background-color css

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

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

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

border-color css

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

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

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