#CEB36B

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

Shades of Putty #CEB36B

Tints of Putty #CEB36B

Color information

#CEB36B (or 0xCEB36B) is unknown color: approx Putty. HEX triplet: CE, B3 and 6B. RGB value is (206,179,107). Sum of RGB (Red+Green+Blue) = 206+179+107=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB36B is #314C94. Grayscale: #B3B3B3. Windows color (decimal): -3230869 or 7058382. OLE color: 7058382.

HSL color Cylindrical-coordinate representation of color #CEB36B: hue angle of 43.64º 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 #CEB36B is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206179107-
CMYK00.130.480.19
HSL43.64º50.25%61.37%-
HSV(B)43.64º48.06%80.78%-
XYZ44.2346.4220.54-
YUV178.8687.45147.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=41.87%
G=36.38%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617910700.130.480.1943.6450.2561.37
HexCEB36B0D30132c323d
Octal3162631530156023546275
Binary110011101011001111010110110111000010011101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB36B; }

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

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

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

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

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

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

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

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