#CCAA6A

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

Shades of Putty #CCAA6A

Tints of Putty #CCAA6A

Color information

#CCAA6A (or 0xCCAA6A) is unknown color: approx Putty. HEX triplet: CC, AA and 6A. RGB value is (204,170,106). Sum of RGB (Red+Green+Blue) = 204+170+106=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA6A is #335595. Grayscale: #ADADAD. Windows color (decimal): -3364246 or 6990540. OLE color: 6990540.

HSL color Cylindrical-coordinate representation of color #CCAA6A: hue angle of 39.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCAA6A is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204170106-
CMYK00.170.480.2
HSL39.18º49%60.78%-
HSV(B)39.18º48.04%80%-
XYZ41.8842.6319.66-
YUV172.8790.26150.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=42.5%
G=35.42%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417010600.170.480.239.184960.78
HexCCAA6A011301427313d
Octal3142521520216024476175
Binary1100110010101010110101001000111000010100100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA6A; }

 p { color: rgb(204,170,106); }

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

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

 a { background-color: rgb(204,170,106); }

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

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

 span { border-color: rgb(204,170,106); }

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