#CAAE6D

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

Shades of Putty #CAAE6D

Tints of Putty #CAAE6D

Color information

#CAAE6D (or 0xCAAE6D) is unknown color: approx Putty. HEX triplet: CA, AE and 6D. RGB value is (202,174,109). Sum of RGB (Red+Green+Blue) = 202+174+109=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE6D is #355192. Grayscale: #AFAFAF. Windows color (decimal): -3494291 or 7188170. OLE color: 7188170.

HSL color Cylindrical-coordinate representation of color #CAAE6D: hue angle of 41.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAAE6D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202174109-
CMYK00.140.460.21
HSL41.94º46.73%60.98%-
HSV(B)41.94º46.04%79.22%-
XYZ42.2543.9320.72-
YUV174.9690.78147.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 109 (42.97% from 255) = 22.47%
R=41.65%
G=35.88%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217410900.140.460.2141.9446.7360.98
HexCAAE6D0E2E152a2f3d
Octal3122561550165625525775
Binary110010101010111011011010111010111010101101010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE6D; }

 p { color: rgb(202,174,109); }

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

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

 a { background-color: rgb(202,174,109); }

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

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

 span { border-color: rgb(202,174,109); }

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