#CEB268

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

Shades of Putty #CEB268

Tints of Putty #CEB268

Color information

#CEB268 (or 0xCEB268) is unknown color: approx Putty. HEX triplet: CE, B2 and 68. RGB value is (206,178,104). Sum of RGB (Red+Green+Blue) = 206+178+104=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB268 is #314D97. Grayscale: #B2B2B2. Windows color (decimal): -3231128 or 6861518. OLE color: 6861518.

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

Color convert

RGB206178104-
CMYK00.140.500.19
HSL43.53º51%60.78%-
HSV(B)43.53º49.51%80.78%-
XYZ43.8745.9619.66-
YUV177.9486.28148.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 104 (41.02% from 255) = 21.31%
R=42.21%
G=36.48%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617810400.140.500.1943.535160.78
HexCEB2680E32132c333d
Octal3162621500166223546375
Binary110011101011001011010000111011001010011101100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB268; }

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

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

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

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

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

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

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

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