#CCAD69

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

Shades of Putty #CCAD69

Tints of Putty #CCAD69

Color information

#CCAD69 (or 0xCCAD69) is unknown color: approx Putty. HEX triplet: CC, AD and 69. RGB value is (204,173,105). Sum of RGB (Red+Green+Blue) = 204+173+105=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD69 is #335296. Grayscale: #AEAEAE. Windows color (decimal): -3363479 or 6925772. OLE color: 6925772.

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

Color convert

RGB204173105-
CMYK00.150.490.2
HSL41.21º49.25%60.59%-
HSV(B)41.21º48.53%80%-
XYZ42.443.7419.57-
YUV174.5288.77149.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=42.32%
G=35.89%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417310500.150.490.241.2149.2560.59
HexCCAD690F311429313d
Octal3142551510176124516175
Binary110011001010110111010010111111000110100101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD69; }

 p { color: rgb(204,173,105); }

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

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

 a { background-color: rgb(204,173,105); }

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

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

 span { border-color: rgb(204,173,105); }

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