#CEAC7A

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

Shades of Putty #CEAC7A

Tints of Putty #CEAC7A

Color information

#CEAC7A (or 0xCEAC7A) is unknown color: approx Putty. HEX triplet: CE, AC and 7A. RGB value is (206,172,122). Sum of RGB (Red+Green+Blue) = 206+172+122=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC7A is #315385. Grayscale: #B0B0B0. Windows color (decimal): -3232646 or 8039630. OLE color: 8039630.

HSL color Cylindrical-coordinate representation of color #CEAC7A: hue angle of 35.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEAC7A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206172122-
CMYK00.170.410.19
HSL35.71º46.15%64.31%-
HSV(B)35.71º40.78%80.78%-
XYZ43.7244.0324.61-
YUV176.4797.26149.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=41.2%
G=34.4%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617212200.170.410.1935.7146.1564.31
HexCEAC7A0112913242e40
Octal31625417202151234456100
Binary11001110101011001111010010001101001100111001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC7A; }

 p { color: rgb(206,172,122); }

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

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

 a { background-color: rgb(206,172,122); }

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

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

 span { border-color: rgb(206,172,122); }

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