#CEAB6B

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

Shades of Putty #CEAB6B

Tints of Putty #CEAB6B

Color information

#CEAB6B (or 0xCEAB6B) is unknown color: approx Putty. HEX triplet: CE, AB and 6B. RGB value is (206,171,107). Sum of RGB (Red+Green+Blue) = 206+171+107=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB6B is #315494. Grayscale: #AEAEAE. Windows color (decimal): -3232917 or 7056334. OLE color: 7056334.

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

Color convert

RGB206171107-
CMYK00.170.480.19
HSL38.79º50.25%61.37%-
HSV(B)38.79º48.06%80.78%-
XYZ42.6743.3120.02-
YUV174.1790.1150.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=42.56%
G=35.33%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617110700.170.480.1938.7950.2561.37
HexCEAB6B011301327323d
Octal3162531530216023476275
Binary1100111010101011110101101000111000010011100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB6B; }

 p { color: rgb(206,171,107); }

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

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

 a { background-color: rgb(206,171,107); }

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

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

 span { border-color: rgb(206,171,107); }

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