#CEAD74

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

Shades of Putty #CEAD74

Tints of Putty #CEAD74

Color information

#CEAD74 (or 0xCEAD74) is unknown color: approx Putty. HEX triplet: CE, AD and 74. RGB value is (206,173,116). Sum of RGB (Red+Green+Blue) = 206+173+116=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD74 is #31528B. Grayscale: #B0B0B0. Windows color (decimal): -3232396 or 7646670. OLE color: 7646670.

HSL color Cylindrical-coordinate representation of color #CEAD74: hue angle of 38º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEAD74 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB206173116-
CMYK00.160.440.19
HSL38º47.87%63.14%-
HSV(B)38º43.69%80.78%-
XYZ43.5544.2722.77-
YUV176.3793.93149.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=41.62%
G=34.95%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617311600.160.440.193847.8763.14
HexCEAD740102C1326303f
Octal3162551640205423466077
Binary1100111010101101111010001000010110010011100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD74; }

 p { color: rgb(206,173,116); }

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

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

 a { background-color: rgb(206,173,116); }

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

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

 span { border-color: rgb(206,173,116); }

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