#CCA672

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

Shades of Putty #CCA672

Tints of Putty #CCA672

Color information

#CCA672 (or 0xCCA672) is unknown color: approx Putty. HEX triplet: CC, A6 and 72. RGB value is (204,166,114). Sum of RGB (Red+Green+Blue) = 204+166+114=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA672 is #33598D. Grayscale: #ABABAB. Windows color (decimal): -3365262 or 7513804. OLE color: 7513804.

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

Color convert

RGB204166114-
CMYK00.190.440.2
HSL34.67º46.88%62.35%-
HSV(B)34.67º44.12%80%-
XYZ41.5841.3221.7-
YUV171.4395.59151.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=42.15%
G=34.30%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416611400.190.440.234.6746.8862.35
HexCCA6720132C14232f3e
Octal3142461620235424435776
Binary1100110010100110111001001001110110010100100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA672; }

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

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

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

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

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

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

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

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