Html Css Color HEX #C1AD6E Putty

📋 copy color: '#C1AD6E'

red 193 ◦ green 173 ◦ blue 110

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

Shades of Putty #C1AD6E

Tints of Putty #C1AD6E

RGB

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

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

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

R = 40.55%
G = 36.34%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1AD6E (or 0xC1AD6E) is known color: Putty. HEX triplet: C1, AD and 6E. RGB value is (193,173,110). Sum of RGB (Red+Green+Blue) = 193+173+110=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD6E is #3E5291. Grayscale: #ACACAC. Windows color (decimal): -4084370 or 7253441. OLE color: 7253441.

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

Color convert

RGB 193 173 110 -
CMYK 0 0.10 0.43 0.24
HSL 45.54º 0.4% 0.59% -
HSV(B) 45.54º 0.43% 0.76% -
XYZ 39.75 42.35 20.83 -
YUV 171.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 193 173 110 0 0.10 0.43 0.24 45.54 0.4 0.59
Hex C1 AD 6E 0 A 2B 18 2E 28 3B
Octal 301 255 156 0 12 53 30 56 50 73
Binary 11000001 10101101 1101110 0 1010 101011 11000 101110 101000 111011

Color Harmonies of #C1AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD6E

Black with #C1AD6E

Text Example


Text Example

White with #C1AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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