#cfa668

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

Shades of Putty #CFA668

Tints of Putty #CFA668

Color information

#CFA668 (or 0xCFA668) is unknown color: approx Putty. HEX triplet: CF, A6 and 68. RGB value is (207,166,104). Sum of RGB (Red+Green+Blue) = 207+166+104=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA668 is #305997. Grayscale: #ABABAB. Windows color (decimal): -3168664 or 6858447. OLE color: 6858447.

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

Color convert

RGB207166104-
CMYK00.200.500.19
HSL36.12º51.76%60.98%-
HSV(B)36.12º49.76%81.18%-
XYZ41.8741.5418.91-
YUV171.1990.08153.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=43.40%
G=34.80%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716610400.200.500.1936.1251.7660.98
HexCFA668014321324343d
Octal3172461500246223446475
Binary1100111110100110110100001010011001010011100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa668; }

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

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

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

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

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

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

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

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