#ceb870

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

Shades of Putty #CEB870

Tints of Putty #CEB870

Color information

#CEB870 (or 0xCEB870) is unknown color: approx Putty. HEX triplet: CE, B8 and 70. RGB value is (206,184,112). Sum of RGB (Red+Green+Blue) = 206+184+112=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB870 is #31478F. Grayscale: #B6B6B6. Windows color (decimal): -3229584 or 7387342. OLE color: 7387342.

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

Color convert

RGB206184112-
CMYK00.110.460.19
HSL45.96º48.96%62.35%-
HSV(B)45.96º45.63%80.78%-
XYZ45.5248.5722.31-
YUV182.3788.29144.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=41.04%
G=36.65%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618411200.110.460.1945.9648.9662.35
HexCEB8700B2E132e313e
Octal3162701600135623566176
Binary110011101011100011100000101110111010011101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceb870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceb870; }

 p { color: rgb(206,184,112); }

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

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

 a { background-color: rgb(206,184,112); }

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

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

 span { border-color: rgb(206,184,112); }

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