#CCAE69

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

Shades of Putty #CCAE69

Tints of Putty #CCAE69

Color information

#CCAE69 (or 0xCCAE69) is unknown color: approx Putty. HEX triplet: CC, AE and 69. RGB value is (204,174,105). Sum of RGB (Red+Green+Blue) = 204+174+105=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE69 is #335196. Grayscale: #AFAFAF. Windows color (decimal): -3363223 or 6926028. OLE color: 6926028.

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

Color convert

RGB204174105-
CMYK00.150.490.2
HSL41.82º49.25%60.59%-
HSV(B)41.82º48.53%80%-
XYZ42.5944.1319.64-
YUV175.188.44148.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=42.24%
G=36.02%
B=21.74%

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
Decimal20417410500.150.490.241.8249.2560.59
HexCCAE690F31142a313d
Octal3142561510176124526175
Binary110011001010111011010010111111000110100101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE69; }

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

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

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

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

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

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

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

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