#CEB272

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

Shades of Putty #CEB272

Tints of Putty #CEB272

Color information

#CEB272 (or 0xCEB272) is unknown color: approx Putty. HEX triplet: CE, B2 and 72. RGB value is (206,178,114). Sum of RGB (Red+Green+Blue) = 206+178+114=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB272 is #314D8D. Grayscale: #B3B3B3. Windows color (decimal): -3231118 or 7516878. OLE color: 7516878.

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

Color convert

RGB206178114-
CMYK00.140.450.19
HSL41.74º48.42%62.75%-
HSV(B)41.74º44.66%80.78%-
XYZ44.4146.1822.49-
YUV179.0891.28147.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=41.37%
G=35.74%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617811400.140.450.1941.7448.4262.75
HexCEB2720E2D132a303f
Octal3162621620165523526077
Binary110011101011001011100100111010110110011101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB272; }

 p { color: rgb(206,178,114); }

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

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

 a { background-color: rgb(206,178,114); }

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

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

 span { border-color: rgb(206,178,114); }

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