#CCA772

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

Shades of Putty #CCA772

Tints of Putty #CCA772

Color information

#CCA772 (or 0xCCA772) is unknown color: approx Putty. HEX triplet: CC, A7 and 72. RGB value is (204,167,114). Sum of RGB (Red+Green+Blue) = 204+167+114=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA772 is #33588D. Grayscale: #ACACAC. Windows color (decimal): -3365006 or 7514060. OLE color: 7514060.

HSL color Cylindrical-coordinate representation of color #CCA772: hue angle of 35.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCA772 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204167114-
CMYK00.180.440.2
HSL35.33º46.88%62.35%-
HSV(B)35.33º44.12%80%-
XYZ41.7641.6921.77-
YUV172.0295.26150.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=42.06%
G=34.43%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416711400.180.440.235.3346.8862.35
HexCCA7720122C14232f3e
Octal3142471620225424435776
Binary1100110010100111111001001001010110010100100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA772; }

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

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

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

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

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

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

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

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