#CCAA68

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

Shades of Putty #CCAA68

Tints of Putty #CCAA68

Color information

#CCAA68 (or 0xCCAA68) is unknown color: approx Putty. HEX triplet: CC, AA and 68. RGB value is (204,170,104). Sum of RGB (Red+Green+Blue) = 204+170+104=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA68 is #335597. Grayscale: #ACACAC. Windows color (decimal): -3364248 or 6859468. OLE color: 6859468.

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

Color convert

RGB204170104-
CMYK00.170.490.2
HSL39.6º49.5%60.39%-
HSV(B)39.6º49.02%80%-
XYZ41.7842.5919.11-
YUV172.6489.26150.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=42.68%
G=35.56%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417010400.170.490.239.649.560.39
HexCCAA68011311428323c
Octal3142521500216124506274
Binary1100110010101010110100001000111000110100101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA68; }

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

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

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

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

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

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

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

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