#CEAF70

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

Shades of Putty #CEAF70

Tints of Putty #CEAF70

Color information

#CEAF70 (or 0xCEAF70) is unknown color: approx Putty. HEX triplet: CE, AF and 70. RGB value is (206,175,112). Sum of RGB (Red+Green+Blue) = 206+175+112=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF70 is #31508F. Grayscale: #B1B1B1. Windows color (decimal): -3231888 or 7385038. OLE color: 7385038.

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

Color convert

RGB206175112-
CMYK00.150.460.19
HSL40.21º48.96%62.35%-
HSV(B)40.21º45.63%80.78%-
XYZ43.7144.9521.7-
YUV177.0991.27148.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=41.78%
G=35.50%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617511200.150.460.1940.2148.9662.35
HexCEAF700F2E1328313e
Octal3162571600175623506176
Binary110011101010111111100000111110111010011101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF70; }

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

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

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

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

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

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

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

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