#CEB56B

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

Shades of Putty #CEB56B

Tints of Putty #CEB56B

Color information

#CEB56B (or 0xCEB56B) is unknown color: approx Putty. HEX triplet: CE, B5 and 6B. RGB value is (206,181,107). Sum of RGB (Red+Green+Blue) = 206+181+107=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB56B is #314A94. Grayscale: #B4B4B4. Windows color (decimal): -3230357 or 7058894. OLE color: 7058894.

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

Color convert

RGB206181107-
CMYK00.120.480.19
HSL44.85º50.25%61.37%-
HSV(B)44.85º48.06%80.78%-
XYZ44.6347.2320.67-
YUV180.0486.78146.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 107 (42.19% from 255) = 21.66%
R=41.70%
G=36.64%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618110700.120.480.1944.8550.2561.37
HexCEB56B0C30132d323d
Octal3162651530146023556275
Binary110011101011010111010110110011000010011101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB56B; }

 p { color: rgb(206,181,107); }

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

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

 a { background-color: rgb(206,181,107); }

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

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

 span { border-color: rgb(206,181,107); }

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