Html Css Color HEX #C2AA72 Putty

📋 copy color: '#C2AA72'

red 194 ◦ green 170 ◦ blue 114

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

Shades of Putty #C2AA72

Tints of Putty #C2AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.85%

R = 40.59%
G = 35.56%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2AA72 (or 0xC2AA72) is known color: Putty. HEX triplet: C2, AA and 72. RGB value is (194,170,114). Sum of RGB (Red+Green+Blue) = 194+170+114=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA72 is #3D558D. Grayscale: #ABABAB. Windows color (decimal): -4019598 or 7514818. OLE color: 7514818.

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

Color convert

RGB 194 170 114 -
CMYK 0 0.12 0.41 0.24
HSL 42º 0.4% 0.6% -
HSV(B) 42º 0.41% 0.76% -
XYZ 39.66 41.43 21.83 -
YUV 170.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 194 170 114 0 0.12 0.41 0.24 42 0.4 0.6
Hex C2 AA 72 0 C 29 18 2A 28 3C
Octal 302 252 162 0 14 51 30 52 50 74
Binary 11000010 10101010 1110010 0 1100 101001 11000 101010 101000 111100

Color Harmonies of #C2AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA72

Black with #C2AA72

Text Example


Text Example

White with #C2AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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