Html Css Color HEX #C2AA6C Putty

📋 copy color: '#C2AA6C'

red 194 ◦ green 170 ◦ blue 108

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

Shades of Putty #C2AA6C

Tints of Putty #C2AA6C

RGB

 RED value IS 194 (76.17% from 255) = 41.1%

 GREEN value IS 170 (66.8% from 255) = 36.02%

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

R = 41.1%
G = 36.02%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2AA6C (or 0xC2AA6C) is known color: Putty. HEX triplet: C2, AA and 6C. RGB value is (194,170,108). Sum of RGB (Red+Green+Blue) = 194+170+108=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA6C is #3D5593. Grayscale: #AAAAAA. Windows color (decimal): -4019604 or 7121602. OLE color: 7121602.

HSL color Cylindrical-coordinate representation of color #C2AA6C: hue angle of 43.26º 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 #C2AA6C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 108 -
CMYK 0 0.12 0.44 0.24
HSL 43.26º 0.41% 0.59% -
HSV(B) 43.26º 0.44% 0.76% -
XYZ 39.33 41.3 20.09 -
YUV 170.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 194 170 108 0 0.12 0.44 0.24 43.26 0.41 0.59
Hex C2 AA 6C 0 C 2C 18 2B 29 3B
Octal 302 252 154 0 14 54 30 53 51 73
Binary 11000010 10101010 1101100 0 1100 101100 11000 101011 101001 111011

Color Harmonies of #C2AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA6C

Black with #C2AA6C

Text Example


Text Example

White with #C2AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA6C; }

 p { color: rgb(194,170,108); }

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

background-color css

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

 a { background-color: rgb(194,170,108); }

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

border-color css

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

 span { border-color: rgb(194,170,108); }

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