Html Css Color HEX #C1AD6F Putty

📋 copy color: '#C1AD6F'

red 193 ◦ green 173 ◦ blue 111

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

Shades of Putty #C1AD6F

Tints of Putty #C1AD6F

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 40.46%
G = 36.27%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1AD6F (or 0xC1AD6F) is known color: Putty. HEX triplet: C1, AD and 6F. RGB value is (193,173,111). Sum of RGB (Red+Green+Blue) = 193+173+111=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD6F is #3E5290. Grayscale: #ACACAC. Windows color (decimal): -4084369 or 7318977. OLE color: 7318977.

HSL color Cylindrical-coordinate representation of color #C1AD6F: hue angle of 45.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1AD6F is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 111 -
CMYK 0 0.10 0.42 0.24
HSL 45.37º 0.4% 0.6% -
HSV(B) 45.37º 0.42% 0.76% -
XYZ 39.81 42.37 21.12 -
YUV 171.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 193 173 111 0 0.10 0.42 0.24 45.37 0.4 0.6
Hex C1 AD 6F 0 A 2A 18 2D 28 3C
Octal 301 255 157 0 12 52 30 55 50 74
Binary 11000001 10101101 1101111 0 1010 101010 11000 101101 101000 111100

Color Harmonies of #C1AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD6F

Black with #C1AD6F

Text Example


Text Example

White with #C1AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD6F; }

 p { color: rgb(193,173,111); }

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

background-color css

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

 a { background-color: rgb(193,173,111); }

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

border-color css

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

 span { border-color: rgb(193,173,111); }

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