#CFA669

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

Shades of Putty #CFA669

Tints of Putty #CFA669

Color information

#CFA669 (or 0xCFA669) is unknown color: approx Putty. HEX triplet: CF, A6 and 69. RGB value is (207,166,105). Sum of RGB (Red+Green+Blue) = 207+166+105=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA669 is #305996. Grayscale: #ABABAB. Windows color (decimal): -3168663 or 6923983. OLE color: 6923983.

HSL color Cylindrical-coordinate representation of color #CFA669: hue angle of 35.88º degrees, saturation: 0.52, 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 #CFA669 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207166105-
CMYK00.200.490.19
HSL35.88º51.52%61.18%-
HSV(B)35.88º49.28%81.18%-
XYZ41.9241.5619.18-
YUV171.390.58153.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=43.31%
G=34.73%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716610500.200.490.1935.8851.5261.18
HexCFA669014311324343d
Octal3172461510246123446475
Binary1100111110100110110100101010011000110011100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA669; }

 p { color: rgb(207,166,105); }

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

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

 a { background-color: rgb(207,166,105); }

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

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

 span { border-color: rgb(207,166,105); }

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