#CDAD7A

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

Shades of Putty #CDAD7A

Tints of Putty #CDAD7A

Color information

#CDAD7A (or 0xCDAD7A) is unknown color: approx Putty. HEX triplet: CD, AD and 7A. RGB value is (205,173,122). Sum of RGB (Red+Green+Blue) = 205+173+122=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD7A is #325285. Grayscale: #B0B0B0. Windows color (decimal): -3297926 or 8039885. OLE color: 8039885.

HSL color Cylindrical-coordinate representation of color #CDAD7A: hue angle of 36.87º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDAD7A is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205173122-
CMYK00.160.400.20
HSL36.87º45.36%64.12%-
HSV(B)36.87º40.49%80.39%-
XYZ43.6344.2724.66-
YUV176.7597.1148.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=41%
G=34.6%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517312200.160.400.2036.8745.3664.12
HexCDAD7A0102814252d40
Octal31525517202050244555100
Binary11001101101011011111010010000101000101001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD7A; }

 p { color: rgb(205,173,122); }

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

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

 a { background-color: rgb(205,173,122); }

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

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

 span { border-color: rgb(205,173,122); }

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