#CFAE6A

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

Shades of Putty #CFAE6A

Tints of Putty #CFAE6A

Color information

#CFAE6A (or 0xCFAE6A) is unknown color: approx Putty. HEX triplet: CF, AE and 6A. RGB value is (207,174,106). Sum of RGB (Red+Green+Blue) = 207+174+106=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE6A is #305195. Grayscale: #B0B0B0. Windows color (decimal): -3166614 or 6991567. OLE color: 6991567.

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

Color convert

RGB207174106-
CMYK00.160.490.19
HSL40.4º51.27%61.37%-
HSV(B)40.4º48.79%81.18%-
XYZ43.4744.5819.95-
YUV176.1288.43150.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=42.51%
G=35.73%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717410600.160.490.1940.451.2761.37
HexCFAE6A010311328333d
Octal3172561520206123506375
Binary1100111110101110110101001000011000110011101000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE6A; }

 p { color: rgb(207,174,106); }

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

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

 a { background-color: rgb(207,174,106); }

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

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

 span { border-color: rgb(207,174,106); }

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