#CEB27D

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

Shades of Putty #CEB27D

Tints of Putty #CEB27D

Color information

#CEB27D (or 0xCEB27D) is unknown color: approx Putty. HEX triplet: CE, B2 and 7D. RGB value is (206,178,125). Sum of RGB (Red+Green+Blue) = 206+178+125=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB27D is #314D82. Grayscale: #B4B4B4. Windows color (decimal): -3231107 or 8237774. OLE color: 8237774.

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

Color convert

RGB206178125-
CMYK00.140.390.19
HSL39.26º45.25%64.9%-
HSV(B)39.26º39.32%80.78%-
XYZ45.0846.4425.99-
YUV180.3396.78146.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=40.47%
G=34.97%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617812500.140.390.1939.2645.2564.9
HexCEB27D0E2713272d41
Octal31626217501647234755101
Binary1100111010110010111110101110100111100111001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB27D; }

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

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

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

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

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

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

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

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