#CEB56C

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

Shades of Putty #CEB56C

Tints of Putty #CEB56C

Color information

#CEB56C (or 0xCEB56C) is unknown color: approx Putty. HEX triplet: CE, B5 and 6C. RGB value is (206,181,108). Sum of RGB (Red+Green+Blue) = 206+181+108=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB56C is #314A93. Grayscale: #B4B4B4. Windows color (decimal): -3230356 or 7124430. OLE color: 7124430.

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

Color convert

RGB206181108-
CMYK00.120.480.19
HSL44.69º50%61.57%-
HSV(B)44.69º47.57%80.78%-
XYZ44.6847.2520.95-
YUV180.1587.28146.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=41.62%
G=36.57%
B=21.82%

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
Decimal20618110800.120.480.1944.695061.57
HexCEB56C0C30132d323e
Octal3162651540146023556276
Binary110011101011010111011000110011000010011101101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB56C; }

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

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

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

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

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

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

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

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