#CEB275

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

Shades of Putty #CEB275

Tints of Putty #CEB275

Color information

#CEB275 (or 0xCEB275) is unknown color: approx Putty. HEX triplet: CE, B2 and 75. RGB value is (206,178,117). Sum of RGB (Red+Green+Blue) = 206+178+117=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB275 is #314D8A. Grayscale: #B3B3B3. Windows color (decimal): -3231115 or 7713486. OLE color: 7713486.

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

Color convert

RGB206178117-
CMYK00.140.430.19
HSL41.12º47.59%63.33%-
HSV(B)41.12º43.2%80.78%-
XYZ44.5846.2523.41-
YUV179.4292.78146.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=41.12%
G=35.53%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617811700.140.430.1941.1247.5963.33
HexCEB2750E2B1329303f
Octal3162621650165323516077
Binary110011101011001011101010111010101110011101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB275; }

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

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

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

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

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

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

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

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