#CCA872

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

Shades of Putty #CCA872

Tints of Putty #CCA872

Color information

#CCA872 (or 0xCCA872) is unknown color: approx Putty. HEX triplet: CC, A8 and 72. RGB value is (204,168,114). Sum of RGB (Red+Green+Blue) = 204+168+114=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA872 is #33578D. Grayscale: #ACACAC. Windows color (decimal): -3364750 or 7514316. OLE color: 7514316.

HSL color Cylindrical-coordinate representation of color #CCA872: hue angle of 36º 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 #CCA872 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204168114-
CMYK00.180.440.2
HSL36º46.88%62.35%-
HSV(B)36º44.12%80%-
XYZ41.9442.0621.83-
YUV172.6194.93150.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=41.98%
G=34.57%
B=23.46%

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
Decimal20416811400.180.440.23646.8862.35
HexCCA8720122C14242f3e
Octal3142501620225424445776
Binary1100110010101000111001001001010110010100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA872; }

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

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

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

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

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

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

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

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