#C2A772

Color #C2A772 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C2A772

Tints of Putty #C2A772

Color information

#C2A772 (or 0xC2A772) is unknown color: approx Putty. HEX triplet: C2, A7 and 72. RGB value is (194,167,114). Sum of RGB (Red+Green+Blue) = 194+167+114=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A772 is #3D588D. Grayscale: #A9A9A9. Windows color (decimal): -4020366 or 7514050. OLE color: 7514050.

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

Color convert

RGB194167114-
CMYK00.140.410.24
HSL39.75º39.6%60.39%-
HSV(B)39.75º41.24%76.08%-
XYZ39.140.3221.64-
YUV169.0396.95145.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 114 (44.92% from 255) = 24%
R=40.84%
G=35.16%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416711400.140.410.2439.7539.660.39
HexC2A7720E291828283c
Octal3022471620165130505074
Binary110000101010011111100100111010100111000101000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A772; }

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

 H1.HeaderClassName
 {
   color: #C2A772;
 }
 .AnyTagClassName
 {
   color: #C2A772;
 }
</style>
background-color css

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

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

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

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

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

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