Html Css Color HEX #C2A771 Putty

📋 copy color: '#C2A771'

red 194 ◦ green 167 ◦ blue 113

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

Shades of Putty #C2A771

Tints of Putty #C2A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 40.93%
G = 35.23%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2A771 (or 0xC2A771) is known color: Putty. HEX triplet: C2, A7 and 71. RGB value is (194,167,113). Sum of RGB (Red+Green+Blue) = 194+167+113=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A771 is #3D588E. Grayscale: #A9A9A9. Windows color (decimal): -4020367 or 7448514. OLE color: 7448514.

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

Color convert

RGB 194 167 113 -
CMYK 0 0.14 0.42 0.24
HSL 40º 0.4% 0.6% -
HSV(B) 40º 0.42% 0.76% -
XYZ 39.05 40.3 21.34 -
YUV 168.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 194 167 113 0 0.14 0.42 0.24 40 0.4 0.6
Hex C2 A7 71 0 E 2A 18 28 28 3C
Octal 302 247 161 0 16 52 30 50 50 74
Binary 11000010 10100111 1110001 0 1110 101010 11000 101000 101000 111100

Color Harmonies of #C2A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A771

Black with #C2A771

Text Example


Text Example

White with #C2A771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A771; }

 p { color: rgb(194,167,113); }

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

background-color css

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

 a { background-color: rgb(194,167,113); }

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

border-color css

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

 span { border-color: rgb(194,167,113); }

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