#CEB07B

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

Shades of Putty #CEB07B

Tints of Putty #CEB07B

Color information

#CEB07B (or 0xCEB07B) is unknown color: approx Putty. HEX triplet: CE, B0 and 7B. RGB value is (206,176,123). Sum of RGB (Red+Green+Blue) = 206+176+123=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB07B is #314F84. Grayscale: #B3B3B3. Windows color (decimal): -3231621 or 8106190. OLE color: 8106190.

HSL color Cylindrical-coordinate representation of color #CEB07B: hue angle of 38.31º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB07B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206176123-
CMYK00.150.400.19
HSL38.31º45.86%64.51%-
HSV(B)38.31º40.29%80.78%-
XYZ44.5545.625.19-
YUV178.9396.44147.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 123 (48.44% from 255) = 24.36%
R=40.79%
G=34.85%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617612300.150.400.1938.3145.8664.51
HexCEB07B0F2813262e41
Octal31626017301750234656101
Binary1100111010110000111101101111101000100111001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB07B; }

 p { color: rgb(206,176,123); }

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

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

 a { background-color: rgb(206,176,123); }

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

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

 span { border-color: rgb(206,176,123); }

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