#CFA967

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

Shades of Putty #CFA967

Tints of Putty #CFA967

Color information

#CFA967 (or 0xCFA967) is unknown color: approx Putty. HEX triplet: CF, A9 and 67. RGB value is (207,169,103). Sum of RGB (Red+Green+Blue) = 207+169+103=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA967 is #305698. Grayscale: #ADADAD. Windows color (decimal): -3167897 or 6793679. OLE color: 6793679.

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

Color convert

RGB207169103-
CMYK00.180.500.19
HSL38.08º52%60.78%-
HSV(B)38.08º50.24%81.18%-
XYZ42.3742.6218.83-
YUV172.8488.59152.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=43.22%
G=35.28%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716910300.180.500.1938.085260.78
HexCFA967012321326343d
Octal3172511470226223466475
Binary1100111110101001110011101001011001010011100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA967; }

 p { color: rgb(207,169,103); }

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

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

 a { background-color: rgb(207,169,103); }

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

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

 span { border-color: rgb(207,169,103); }

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