#CEAF7B

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

Shades of Putty #CEAF7B

Tints of Putty #CEAF7B

Color information

#CEAF7B (or 0xCEAF7B) is unknown color: approx Putty. HEX triplet: CE, AF and 7B. RGB value is (206,175,123). Sum of RGB (Red+Green+Blue) = 206+175+123=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF7B is #315084. Grayscale: #B2B2B2. Windows color (decimal): -3231877 or 8105934. OLE color: 8105934.

HSL color Cylindrical-coordinate representation of color #CEAF7B: hue angle of 37.59º 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 #CEAF7B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206175123-
CMYK00.150.400.19
HSL37.59º45.86%64.51%-
HSV(B)37.59º40.29%80.78%-
XYZ44.3645.2125.13-
YUV178.3496.77147.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=40.87%
G=34.72%
B=24.40%

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
Decimal20617512300.150.400.1937.5945.8664.51
HexCEAF7B0F2813262e41
Octal31625717301750234656101
Binary1100111010101111111101101111101000100111001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF7B; }

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

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

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

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

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

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

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

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