#CCA670

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

Shades of Putty #CCA670

Tints of Putty #CCA670

Color information

#CCA670 (or 0xCCA670) is unknown color: approx Putty. HEX triplet: CC, A6 and 70. RGB value is (204,166,112). Sum of RGB (Red+Green+Blue) = 204+166+112=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA670 is #33598F. Grayscale: #ABABAB. Windows color (decimal): -3365264 or 7382732. OLE color: 7382732.

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

Color convert

RGB204166112-
CMYK00.190.450.2
HSL35.22º47.42%61.96%-
HSV(B)35.22º45.1%80%-
XYZ41.4641.2821.11-
YUV171.2194.59151.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=42.32%
G=34.44%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416611200.190.450.235.2247.4261.96
HexCCA6700132D14232f3e
Octal3142461600235524435776
Binary1100110010100110111000001001110110110100100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA670; }

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

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

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

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

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

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

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

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