Html Css Color HEX #C1AD6C Putty

📋 copy color: '#C1AD6C'

red 193 ◦ green 173 ◦ blue 108

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

Shades of Putty #C1AD6C

Tints of Putty #C1AD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 40.72%
G = 36.5%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1AD6C (or 0xC1AD6C) is known color: Putty. HEX triplet: C1, AD and 6C. RGB value is (193,173,108). Sum of RGB (Red+Green+Blue) = 193+173+108=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD6C is #3E5293. Grayscale: #ABABAB. Windows color (decimal): -4084372 or 7122369. OLE color: 7122369.

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

Color convert

RGB 193 173 108 -
CMYK 0 0.10 0.44 0.24
HSL 45.88º 0.41% 0.59% -
HSV(B) 45.88º 0.44% 0.76% -
XYZ 39.64 42.31 20.26 -
YUV 171.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 193 173 108 0 0.10 0.44 0.24 45.88 0.41 0.59
Hex C1 AD 6C 0 A 2C 18 2E 29 3B
Octal 301 255 154 0 12 54 30 56 51 73
Binary 11000001 10101101 1101100 0 1010 101100 11000 101110 101001 111011

Color Harmonies of #C1AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD6C

Black with #C1AD6C

Text Example


Text Example

White with #C1AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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