#caad73

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

Shades of Putty #CAAD73

Tints of Putty #CAAD73

Color information

#CAAD73 (or 0xCAAD73) is unknown color: approx Putty. HEX triplet: CA, AD and 73. RGB value is (202,173,115). Sum of RGB (Red+Green+Blue) = 202+173+115=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD73 is #35528C. Grayscale: #AFAFAF. Windows color (decimal): -3494541 or 7581130. OLE color: 7581130.

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

Color convert

RGB202173115-
CMYK00.140.430.21
HSL40º45.08%62.16%-
HSV(B)40º43.07%79.22%-
XYZ42.443.6822.42-
YUV175.0694.11147.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=41.22%
G=35.31%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217311500.140.430.214045.0862.16
HexCAAD730E2B15282d3e
Octal3122551630165325505576
Binary110010101010110111100110111010101110101101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caad73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caad73; }

 p { color: rgb(202,173,115); }

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

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

 a { background-color: rgb(202,173,115); }

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

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

 span { border-color: rgb(202,173,115); }

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