Html Css Color HEX #C5AC6E Putty

📋 copy color: '#C5AC6E'

red 197 ◦ green 172 ◦ blue 110

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

Shades of Putty #C5AC6E

Tints of Putty #C5AC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.91%

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 41.13%
G = 35.91%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5AC6E (or 0xC5AC6E) is known color: Putty. HEX triplet: C5, AC and 6E. RGB value is (197,172,110). Sum of RGB (Red+Green+Blue) = 197+172+110=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AC6E is #3A5391. Grayscale: #ACACAC. Windows color (decimal): -3822482 or 7253189. OLE color: 7253189.

HSL color Cylindrical-coordinate representation of color #C5AC6E: hue angle of 42.76º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5AC6E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 110 -
CMYK 0 0.13 0.44 0.23
HSL 42.76º 0.43% 0.6% -
HSV(B) 42.76º 0.44% 0.77% -
XYZ 40.59 42.5 20.82 -
YUV 172.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 197 172 110 0 0.13 0.44 0.23 42.76 0.43 0.6
Hex C5 AC 6E 0 D 2C 17 2B 2B 3C
Octal 305 254 156 0 15 54 27 53 53 74
Binary 11000101 10101100 1101110 0 1101 101100 10111 101011 101011 111100

Color Harmonies of #C5AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC6E

Black with #C5AC6E

Text Example


Text Example

White with #C5AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC6E; }

 p { color: rgb(197,172,110); }

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

background-color css

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

 a { background-color: rgb(197,172,110); }

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

border-color css

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

 span { border-color: rgb(197,172,110); }

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