Html Css Color HEX #C2AA70 Putty

📋 copy color: '#C2AA70'

red 194 ◦ green 170 ◦ blue 112

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

Shades of Putty #C2AA70

Tints of Putty #C2AA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 40.76%
G = 35.71%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2AA70 (or 0xC2AA70) is known color: Putty. HEX triplet: C2, AA and 70. RGB value is (194,170,112). Sum of RGB (Red+Green+Blue) = 194+170+112=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA70 is #3D558F. Grayscale: #AAAAAA. Windows color (decimal): -4019600 or 7383746. OLE color: 7383746.

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

Color convert

RGB 194 170 112 -
CMYK 0 0.12 0.42 0.24
HSL 42.44º 0.4% 0.6% -
HSV(B) 42.44º 0.42% 0.76% -
XYZ 39.55 41.39 21.23 -
YUV 170.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 194 170 112 0 0.12 0.42 0.24 42.44 0.4 0.6
Hex C2 AA 70 0 C 2A 18 2A 28 3C
Octal 302 252 160 0 14 52 30 52 50 74
Binary 11000010 10101010 1110000 0 1100 101010 11000 101010 101000 111100

Color Harmonies of #C2AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA70

Black with #C2AA70

Text Example


Text Example

White with #C2AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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