Html Css Color HEX #C2AA77 Putty

📋 copy color: '#C2AA77'

red 194 ◦ green 170 ◦ blue 119

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

Shades of Putty #C2AA77

Tints of Putty #C2AA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 40.17%
G = 35.2%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C2AA77 (or 0xC2AA77) is known color: Putty. HEX triplet: C2, AA and 77. RGB value is (194,170,119). Sum of RGB (Red+Green+Blue) = 194+170+119=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA77 is #3D5588. Grayscale: #ABABAB. Windows color (decimal): -4019593 or 7842498. OLE color: 7842498.

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

Color convert

RGB 194 170 119 -
CMYK 0 0.12 0.39 0.24
HSL 40.8º 0.38% 0.61% -
HSV(B) 40.8º 0.39% 0.76% -
XYZ 39.95 41.55 23.37 -
YUV 171.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 194 170 119 0 0.12 0.39 0.24 40.8 0.38 0.61
Hex C2 AA 77 0 C 27 18 29 26 3D
Octal 302 252 167 0 14 47 30 51 46 75
Binary 11000010 10101010 1110111 0 1100 100111 11000 101001 100110 111101

Color Harmonies of #C2AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA77

Black with #C2AA77

Text Example


Text Example

White with #C2AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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